Html Css Color HEX #64CFDD Turquoise Blue

📋 copy color: '#64CFDD'

red 100 ◦ green 207 ◦ blue 221

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

Shades of Turquoise Blue #64CFDD

Tints of Turquoise Blue #64CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 18.94%
G = 39.2%
B = 41.86%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64CFDD (or 0x64CFDD) is known color: Turquoise Blue. HEX triplet: 64, CF and DD. RGB value is (100,207,221). Sum of RGB (Red+Green+Blue) = 100+207+221=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #64CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFDD is #9B3022. Grayscale: #B0B0B0. Windows color (decimal): -10170403 or 14536548. OLE color: 14536548.

HSL color Cylindrical-coordinate representation of color #64CFDD: hue angle of 186.94º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CFDD is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 207 221 -
CMYK 0.55 0.06 0 0.13
HSL 186.94º 0.64% 0.63% -
HSV(B) 186.94º 0.55% 0.87% -
XYZ 40.62 52.56 76.41 -
YUV 176.6 153.05 73.36 -
System Red Green Blue C M Y K H S L
Decimal 100 207 221 0.55 0.06 0 0.13 186.94 0.64 0.63
Hex 64 CF DD 37 6 0 D BB 40 3F
Octal 144 317 335 67 6 0 15 273 100 77
Binary 1100100 11001111 11011101 110111 110 0 1101 10111011 1000000 111111

Color Harmonies of #64CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFDD

Black with #64CFDD

Text Example


Text Example

White with #64CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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