Shades of Turquoise Blue #64CDD0
Tints of Turquoise Blue #64CDD0
RGB
CMYK
RGB Variations
Color information
#64CDD0 (or 0x64CDD0) is known color: Turquoise Blue. HEX triplet: 64, CD and D0. RGB value is (100,205,208). Sum of RGB (Red+Green+Blue) = 100+205+208=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #64CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CDD0 is #9B322F. Grayscale: #ADADAD. Windows color (decimal): -10170928 or 13684068. OLE color: 13684068.
HSL color Cylindrical-coordinate representation of color #64CDD0: hue angle of 181.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CDD0 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 205 | 208 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.18 |
| HSL | 181.67º | 0.53% | 0.6% | - |
| HSV(B) | 181.67º | 0.52% | 0.82% | - |
| XYZ | 38.47 | 50.93 | 67.48 | - |
| YUV | 173.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 208 | 0.52 | 0.01 | 0 | 0.18 | 181.67 | 0.53 | 0.6 |
| Hex | 64 | CD | D0 | 34 | 1 | 0 | 12 | B6 | 35 | 3C |
| Octal | 144 | 315 | 320 | 64 | 1 | 0 | 22 | 266 | 65 | 74 |
| Binary | 1100100 | 11001101 | 11010000 | 110100 | 1 | 0 | 10010 | 10110110 | 110101 | 111100 |
Color Harmonies of #64CDD0
Complementary color
Monochromatic Colors of #64CDD0
Black with #64CDD0
Text Example
Text Example
White with #64CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CDD0; }
p { color: rgb(100,205,208); }
H1.HeaderClassName
{
color: #64CDD0;
}
.AnyTagClassName
{
color: #64CDD0;
}
</style>
background-color css
<style>
a { background-color: #64CDD0; }
a { background-color: rgb(100,205,208); }
div.DivClassName
{
background-color: #64CDD0;
}
.BgClassName
{
background-color: #64CDD0;
}
</style>
border-color css
<style>
span { border-color: #64CDD0; }
span { border-color: rgb(100,205,208); }
td.TdClassName
{
border-color: #64CDD0;
}
.TagClassName
{
border-color: #64CDD0;
}
</style>