Shades of Turquoise Blue #64CDD6
Tints of Turquoise Blue #64CDD6
RGB
CMYK
RGB Variations
Color information
#64CDD6 (or 0x64CDD6) is known color: Turquoise Blue. HEX triplet: 64, CD and D6. RGB value is (100,205,214). Sum of RGB (Red+Green+Blue) = 100+205+214=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #64CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CDD6 is #9B3229. Grayscale: #AEAEAE. Windows color (decimal): -10170922 or 14077284. OLE color: 14077284.
HSL color Cylindrical-coordinate representation of color #64CDD6: hue angle of 184.74º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64CDD6 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 205 | 214 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.16 |
| HSL | 184.74º | 0.58% | 0.62% | - |
| HSV(B) | 184.74º | 0.53% | 0.84% | - |
| XYZ | 39.22 | 51.23 | 71.44 | - |
| YUV | 174.63 | 150.21 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 214 | 0.53 | 0.04 | 0 | 0.16 | 184.74 | 0.58 | 0.62 |
| Hex | 64 | CD | D6 | 35 | 4 | 0 | 10 | B9 | 3A | 3E |
| Octal | 144 | 315 | 326 | 65 | 4 | 0 | 20 | 271 | 72 | 76 |
| Binary | 1100100 | 11001101 | 11010110 | 110101 | 100 | 0 | 10000 | 10111001 | 111010 | 111110 |
Color Harmonies of #64CDD6
Complementary color
Monochromatic Colors of #64CDD6
Black with #64CDD6
Text Example
Text Example
White with #64CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CDD6; }
p { color: rgb(100,205,214); }
H1.HeaderClassName
{
color: #64CDD6;
}
.AnyTagClassName
{
color: #64CDD6;
}
</style>
background-color css
<style>
a { background-color: #64CDD6; }
a { background-color: rgb(100,205,214); }
div.DivClassName
{
background-color: #64CDD6;
}
.BgClassName
{
background-color: #64CDD6;
}
</style>
border-color css
<style>
span { border-color: #64CDD6; }
span { border-color: rgb(100,205,214); }
td.TdClassName
{
border-color: #64CDD6;
}
.TagClassName
{
border-color: #64CDD6;
}
</style>