Html Css Color HEX #64CEEC Turquoise Blue

📋 copy color: '#64CEEC'

red 100 ◦ green 206 ◦ blue 236

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

Shades of Turquoise Blue #64CEEC

Tints of Turquoise Blue #64CEEC

RGB

 RED value IS 100 (39.45% from 255) = 18.45%

 GREEN value IS 206 (80.86% from 255) = 38.01%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 18.45%
G = 38.01%
B = 43.54%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64CEEC (or 0x64CEEC) is known color: Turquoise Blue. HEX triplet: 64, CE and EC. RGB value is (100,206,236). Sum of RGB (Red+Green+Blue) = 100+206+236=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #64CEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CEEC is #9B3113. Grayscale: #B1B1B1. Windows color (decimal): -10170644 or 15519332. OLE color: 15519332.

HSL color Cylindrical-coordinate representation of color #64CEEC: hue angle of 193.24º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CEEC is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 206 236 -
CMYK 0.58 0.13 0 0.07
HSL 193.24º 0.78% 0.66% -
HSV(B) 193.24º 0.58% 0.93% -
XYZ 42.47 52.91 87.33 -
YUV 177.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 100 206 236 0.58 0.13 0 0.07 193.24 0.78 0.66
Hex 64 CE EC 3A D 0 7 C1 4E 42
Octal 144 316 354 72 15 0 7 301 116 102
Binary 1100100 11001110 11101100 111010 1101 0 111 11000001 1001110 1000010

Color Harmonies of #64CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CEEC

Black with #64CEEC

Text Example


Text Example

White with #64CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CEEC; }

 p { color: rgb(100,206,236); }

 H1.HeaderClassName
 {
   color: #64CEEC;
 }
 .AnyTagClassName
 {
   color: #64CEEC;
 }
</style>

background-color css

<style>
 a { background-color: #64CEEC; }

 a { background-color: rgb(100,206,236); }

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

border-color css

<style>
 span { border-color: #64CEEC; }

 span { border-color: rgb(100,206,236); }

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