Shades of Turquoise Blue #64CCDF
Tints of Turquoise Blue #64CCDF
RGB
CMYK
RGB Variations
Color information
#64CCDF (or 0x64CCDF) is known color: Turquoise Blue. HEX triplet: 64, CC and DF. RGB value is (100,204,223). Sum of RGB (Red+Green+Blue) = 100+204+223=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #64CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCDF is #9B3320. Grayscale: #AEAEAE. Windows color (decimal): -10171169 or 14666852. OLE color: 14666852.
HSL color Cylindrical-coordinate representation of color #64CCDF: hue angle of 189.27º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CCDF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 204 | 223 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.13 |
| HSL | 189.27º | 0.66% | 0.63% | - |
| HSV(B) | 189.27º | 0.55% | 0.87% | - |
| XYZ | 40.17 | 51.22 | 77.58 | - |
| YUV | 175.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 223 | 0.55 | 0.09 | 0 | 0.13 | 189.27 | 0.66 | 0.63 |
| Hex | 64 | CC | DF | 37 | 9 | 0 | D | BD | 42 | 3F |
| Octal | 144 | 314 | 337 | 67 | 11 | 0 | 15 | 275 | 102 | 77 |
| Binary | 1100100 | 11001100 | 11011111 | 110111 | 1001 | 0 | 1101 | 10111101 | 1000010 | 111111 |
Color Harmonies of #64CCDF
Complementary color
Monochromatic Colors of #64CCDF
Black with #64CCDF
Text Example
Text Example
White with #64CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCDF; }
p { color: rgb(100,204,223); }
H1.HeaderClassName
{
color: #64CCDF;
}
.AnyTagClassName
{
color: #64CCDF;
}
</style>
background-color css
<style>
a { background-color: #64CCDF; }
a { background-color: rgb(100,204,223); }
div.DivClassName
{
background-color: #64CCDF;
}
.BgClassName
{
background-color: #64CCDF;
}
</style>
border-color css
<style>
span { border-color: #64CCDF; }
span { border-color: rgb(100,204,223); }
td.TdClassName
{
border-color: #64CCDF;
}
.TagClassName
{
border-color: #64CCDF;
}
</style>