Html Css Color HEX #64CEDC Turquoise Blue

📋 copy color: '#64CEDC'

red 100 ◦ green 206 ◦ blue 220

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

Shades of Turquoise Blue #64CEDC

Tints of Turquoise Blue #64CEDC

RGB

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

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

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

R = 19.01%
G = 39.16%
B = 41.83%

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

#64CEDC (or 0x64CEDC) is known color: Turquoise Blue. HEX triplet: 64, CE and DC. RGB value is (100,206,220). Sum of RGB (Red+Green+Blue) = 100+206+220=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #64CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CEDC is #9B3123. Grayscale: #AFAFAF. Windows color (decimal): -10170660 or 14470756. OLE color: 14470756.

HSL color Cylindrical-coordinate representation of color #64CEDC: hue angle of 187º 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 #64CEDC is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 206 220 -
CMYK 0.55 0.06 0 0.14
HSL 187º 0.63% 0.63% -
HSV(B) 187º 0.55% 0.86% -
XYZ 40.25 52.02 75.63 -
YUV 175.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 100 206 220 0.55 0.06 0 0.14 187 0.63 0.63
Hex 64 CE DC 37 6 0 E BB 3F 3F
Octal 144 316 334 67 6 0 16 273 77 77
Binary 1100100 11001110 11011100 110111 110 0 1110 10111011 111111 111111

Color Harmonies of #64CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CEDC

Black with #64CEDC

Text Example


Text Example

White with #64CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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