Shades of Turquoise Blue #64DFFF
Tints of Turquoise Blue #64DFFF
RGB
CMYK
RGB Variations
Color information
#64DFFF (or 0x64DFFF) is known color: Turquoise Blue. HEX triplet: 64, DF and FF. RGB value is (100,223,255). Sum of RGB (Red+Green+Blue) = 100+223+255=578 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.30% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #64DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFFF is #9B2000. Grayscale: #BDBDBD. Windows color (decimal): -10166273 or 16768868. OLE color: 16768868.
HSL color Cylindrical-coordinate representation of color #64DFFF: hue angle of 192.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64DFFF is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 223 | 255 | - |
| CMYK | 0.61 | 0.13 | 0 | 0 |
| HSL | 192.39º | 1% | 0.7% | - |
| HSV(B) | 192.39º | 0.61% | 1% | - |
| XYZ | 49.69 | 62.7 | 104.09 | - |
| YUV | 189.87 | 164.75 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 255 | 0.61 | 0.13 | 0 | 0 | 192.39 | 1 | 0.7 |
| Hex | 64 | DF | FF | 3D | D | 0 | 0 | C0 | 64 | 46 |
| Octal | 144 | 337 | 377 | 75 | 15 | 0 | 0 | 300 | 144 | 106 |
| Binary | 1100100 | 11011111 | 11111111 | 111101 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000110 |
Color Harmonies of #64DFFF
Complementary color
Monochromatic Colors of #64DFFF
Black with #64DFFF
Text Example
Text Example
White with #64DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFFF; }
p { color: rgb(100,223,255); }
H1.HeaderClassName
{
color: #64DFFF;
}
.AnyTagClassName
{
color: #64DFFF;
}
</style>
background-color css
<style>
a { background-color: #64DFFF; }
a { background-color: rgb(100,223,255); }
div.DivClassName
{
background-color: #64DFFF;
}
.BgClassName
{
background-color: #64DFFF;
}
</style>
border-color css
<style>
span { border-color: #64DFFF; }
span { border-color: rgb(100,223,255); }
td.TdClassName
{
border-color: #64DFFF;
}
.TagClassName
{
border-color: #64DFFF;
}
</style>