Shades of Turquoise Blue #64CEEF
Tints of Turquoise Blue #64CEEF
RGB
CMYK
RGB Variations
Color information
#64CEEF (or 0x64CEEF) is known color: Turquoise Blue. HEX triplet: 64, CE and EF. RGB value is (100,206,239). Sum of RGB (Red+Green+Blue) = 100+206+239=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #64CEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CEEF is #9B3110. Grayscale: #B1B1B1. Windows color (decimal): -10170641 or 15715940. OLE color: 15715940.
HSL color Cylindrical-coordinate representation of color #64CEEF: hue angle of 194.24º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CEEF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 206 | 239 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.06 |
| HSL | 194.24º | 0.81% | 0.66% | - |
| HSV(B) | 194.24º | 0.58% | 0.94% | - |
| XYZ | 42.91 | 53.08 | 89.65 | - |
| YUV | 178.07 | 162.38 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 239 | 0.58 | 0.14 | 0 | 0.06 | 194.24 | 0.81 | 0.66 |
| Hex | 64 | CE | EF | 3A | E | 0 | 6 | C2 | 51 | 42 |
| Octal | 144 | 316 | 357 | 72 | 16 | 0 | 6 | 302 | 121 | 102 |
| Binary | 1100100 | 11001110 | 11101111 | 111010 | 1110 | 0 | 110 | 11000010 | 1010001 | 1000010 |
Color Harmonies of #64CEEF
Complementary color
Monochromatic Colors of #64CEEF
Black with #64CEEF
Text Example
Text Example
White with #64CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CEEF; }
p { color: rgb(100,206,239); }
H1.HeaderClassName
{
color: #64CEEF;
}
.AnyTagClassName
{
color: #64CEEF;
}
</style>
background-color css
<style>
a { background-color: #64CEEF; }
a { background-color: rgb(100,206,239); }
div.DivClassName
{
background-color: #64CEEF;
}
.BgClassName
{
background-color: #64CEEF;
}
</style>
border-color css
<style>
span { border-color: #64CEEF; }
span { border-color: rgb(100,206,239); }
td.TdClassName
{
border-color: #64CEEF;
}
.TagClassName
{
border-color: #64CEEF;
}
</style>