Html Css Color HEX #65E0EF Turquoise Blue

📋 copy color: '#65E0EF'

red 101 ◦ green 224 ◦ blue 239

#65E0EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #65E0EF

Tints of Turquoise Blue #65E0EF

RGB

 RED value IS 101 (39.84% from 255) = 17.91%

 GREEN value IS 224 (87.89% from 255) = 39.72%

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 17.91%
G = 39.72%
B = 42.38%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65E0EF (or 0x65E0EF) is known color: Turquoise Blue. HEX triplet: 65, E0 and EF. RGB value is (101,224,239). Sum of RGB (Red+Green+Blue) = 101+224+239=564 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.91% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #65E0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E0EF is #9A1F10. Grayscale: #BCBCBC. Windows color (decimal): -10100497 or 15720549. OLE color: 15720549.

HSL color Cylindrical-coordinate representation of color #65E0EF: hue angle of 186.52º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65E0EF is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 224 239 -
CMYK 0.58 0.06 0 0.06
HSL 186.52º 0.81% 0.67% -
HSV(B) 186.52º 0.58% 0.94% -
XYZ 47.6 62.31 91.18 -
YUV 188.93 156.25 65.28 -
System Red Green Blue C M Y K H S L
Decimal 101 224 239 0.58 0.06 0 0.06 186.52 0.81 0.67
Hex 65 E0 EF 3A 6 0 6 BB 51 43
Octal 145 340 357 72 6 0 6 273 121 103
Binary 1100101 11100000 11101111 111010 110 0 110 10111011 1010001 1000011

Color Harmonies of #65E0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E0EF

Black with #65E0EF

Text Example


Text Example

White with #65E0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65E0EF; }

 p { color: rgb(101,224,239); }

 H1.HeaderClassName
 {
   color: #65E0EF;
 }
 .AnyTagClassName
 {
   color: #65E0EF;
 }
</style>

background-color css

<style>
 a { background-color: #65E0EF; }

 a { background-color: rgb(101,224,239); }

 div.DivClassName
 {
   background-color: #65E0EF;
 }
 .BgClassName
 {
   background-color: #65E0EF;
 }
</style>

border-color css

<style>
 span { border-color: #65E0EF; }

 span { border-color: rgb(101,224,239); }

 td.TdClassName
 {
   border-color: #65E0EF;
 }
 .TagClassName
 {
   border-color: #65E0EF;
 }
</style>