Html Css Color HEX #64CFDC Turquoise Blue

📋 copy color: '#64CFDC'

red 100 ◦ green 207 ◦ blue 220

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

Shades of Turquoise Blue #64CFDC

Tints of Turquoise Blue #64CFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 18.98%
G = 39.28%
B = 41.75%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64CFDC (or 0x64CFDC) is known color: Turquoise Blue. HEX triplet: 64, CF and DC. RGB value is (100,207,220). Sum of RGB (Red+Green+Blue) = 100+207+220=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #64CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFDC is #9B3023. Grayscale: #B0B0B0. Windows color (decimal): -10170404 or 14471012. OLE color: 14471012.

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

Color convert

RGB 100 207 220 -
CMYK 0.55 0.06 0 0.14
HSL 186.5º 0.63% 0.63% -
HSV(B) 186.5º 0.55% 0.86% -
XYZ 40.49 52.5 75.71 -
YUV 176.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 100 207 220 0.55 0.06 0 0.14 186.5 0.63 0.63
Hex 64 CF DC 37 6 0 E BA 3F 3F
Octal 144 317 334 67 6 0 16 272 77 77
Binary 1100100 11001111 11011100 110111 110 0 1110 10111010 111111 111111

Color Harmonies of #64CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFDC

Black with #64CFDC

Text Example


Text Example

White with #64CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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