Html Css Color HEX #64CED9 Turquoise Blue

📋 copy color: '#64CED9'

red 100 ◦ green 206 ◦ blue 217

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

Shades of Turquoise Blue #64CED9

Tints of Turquoise Blue #64CED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.49%

R = 19.12%
G = 39.39%
B = 41.49%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#64CED9 (or 0x64CED9) is known color: Turquoise Blue. HEX triplet: 64, CE and D9. RGB value is (100,206,217). Sum of RGB (Red+Green+Blue) = 100+206+217=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #64CED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CED9 is #9B3126. Grayscale: #AFAFAF. Windows color (decimal): -10170663 or 14274148. OLE color: 14274148.

HSL color Cylindrical-coordinate representation of color #64CED9: hue angle of 185.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64CED9 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 206 217 -
CMYK 0.54 0.05 0 0.15
HSL 185.64º 0.61% 0.62% -
HSV(B) 185.64º 0.54% 0.85% -
XYZ 39.85 51.86 73.56 -
YUV 175.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 100 206 217 0.54 0.05 0 0.15 185.64 0.61 0.62
Hex 64 CE D9 36 5 0 F BA 3D 3E
Octal 144 316 331 66 5 0 17 272 75 76
Binary 1100100 11001110 11011001 110110 101 0 1111 10111010 111101 111110

Color Harmonies of #64CED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CED9

Black with #64CED9

Text Example


Text Example

White with #64CED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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