Shades of Turquoise Blue #64CCEF
Tints of Turquoise Blue #64CCEF
RGB
CMYK
RGB Variations
Color information
#64CCEF (or 0x64CCEF) is known color: Turquoise Blue. HEX triplet: 64, CC and EF. RGB value is (100,204,239). Sum of RGB (Red+Green+Blue) = 100+204+239=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #64CCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CCEF is #9B3310. Grayscale: #B0B0B0. Windows color (decimal): -10171153 or 15715428. OLE color: 15715428.
HSL color Cylindrical-coordinate representation of color #64CCEF: hue angle of 195.11º 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 #64CCEF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 204 | 239 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.06 |
| HSL | 195.11º | 0.81% | 0.66% | - |
| HSV(B) | 195.11º | 0.58% | 0.94% | - |
| XYZ | 42.43 | 52.13 | 89.49 | - |
| YUV | 176.89 | 163.04 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 239 | 0.58 | 0.15 | 0 | 0.06 | 195.11 | 0.81 | 0.66 |
| Hex | 64 | CC | EF | 3A | F | 0 | 6 | C3 | 51 | 42 |
| Octal | 144 | 314 | 357 | 72 | 17 | 0 | 6 | 303 | 121 | 102 |
| Binary | 1100100 | 11001100 | 11101111 | 111010 | 1111 | 0 | 110 | 11000011 | 1010001 | 1000010 |
Color Harmonies of #64CCEF
Complementary color
Monochromatic Colors of #64CCEF
Black with #64CCEF
Text Example
Text Example
White with #64CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCEF; }
p { color: rgb(100,204,239); }
H1.HeaderClassName
{
color: #64CCEF;
}
.AnyTagClassName
{
color: #64CCEF;
}
</style>
background-color css
<style>
a { background-color: #64CCEF; }
a { background-color: rgb(100,204,239); }
div.DivClassName
{
background-color: #64CCEF;
}
.BgClassName
{
background-color: #64CCEF;
}
</style>
border-color css
<style>
span { border-color: #64CCEF; }
span { border-color: rgb(100,204,239); }
td.TdClassName
{
border-color: #64CCEF;
}
.TagClassName
{
border-color: #64CCEF;
}
</style>