Html Css Color HEX #64CFEC Turquoise Blue

📋 copy color: '#64CFEC'

red 100 ◦ green 207 ◦ blue 236

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

Shades of Turquoise Blue #64CFEC

Tints of Turquoise Blue #64CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.12%

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

R = 18.42%
G = 38.12%
B = 43.46%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64CFEC (or 0x64CFEC) is known color: Turquoise Blue. HEX triplet: 64, CF and EC. RGB value is (100,207,236). Sum of RGB (Red+Green+Blue) = 100+207+236=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #64CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CFEC is #9B3013. Grayscale: #B2B2B2. Windows color (decimal): -10170388 or 15519588. OLE color: 15519588.

HSL color Cylindrical-coordinate representation of color #64CFEC: hue angle of 192.79º 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 #64CFEC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 207 236 -
CMYK 0.58 0.12 0 0.07
HSL 192.79º 0.78% 0.66% -
HSV(B) 192.79º 0.58% 0.93% -
XYZ 42.71 53.39 87.41 -
YUV 178.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 100 207 236 0.58 0.12 0 0.07 192.79 0.78 0.66
Hex 64 CF EC 3A C 0 7 C1 4E 42
Octal 144 317 354 72 14 0 7 301 116 102
Binary 1100100 11001111 11101100 111010 1100 0 111 11000001 1001110 1000010

Color Harmonies of #64CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFEC

Black with #64CFEC

Text Example


Text Example

White with #64CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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