Shades of Turquoise Blue #64CADC
Tints of Turquoise Blue #64CADC
RGB
CMYK
RGB Variations
Color information
#64CADC (or 0x64CADC) is known color: Turquoise Blue. HEX triplet: 64, CA and DC. RGB value is (100,202,220). Sum of RGB (Red+Green+Blue) = 100+202+220=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #64CADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CADC is #9B3523. Grayscale: #ADADAD. Windows color (decimal): -10171684 or 14469732. OLE color: 14469732.
HSL color Cylindrical-coordinate representation of color #64CADC: hue angle of 189º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CADC is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 202 | 220 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.14 |
| HSL | 189º | 0.63% | 0.63% | - |
| HSV(B) | 189º | 0.55% | 0.86% | - |
| XYZ | 39.29 | 50.12 | 75.31 | - |
| YUV | 173.55 | 154.21 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 220 | 0.55 | 0.08 | 0 | 0.14 | 189 | 0.63 | 0.63 |
| Hex | 64 | CA | DC | 37 | 8 | 0 | E | BD | 3F | 3F |
| Octal | 144 | 312 | 334 | 67 | 10 | 0 | 16 | 275 | 77 | 77 |
| Binary | 1100100 | 11001010 | 11011100 | 110111 | 1000 | 0 | 1110 | 10111101 | 111111 | 111111 |
Color Harmonies of #64CADC
Complementary color
Monochromatic Colors of #64CADC
Black with #64CADC
Text Example
Text Example
White with #64CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CADC; }
p { color: rgb(100,202,220); }
H1.HeaderClassName
{
color: #64CADC;
}
.AnyTagClassName
{
color: #64CADC;
}
</style>
background-color css
<style>
a { background-color: #64CADC; }
a { background-color: rgb(100,202,220); }
div.DivClassName
{
background-color: #64CADC;
}
.BgClassName
{
background-color: #64CADC;
}
</style>
border-color css
<style>
span { border-color: #64CADC; }
span { border-color: rgb(100,202,220); }
td.TdClassName
{
border-color: #64CADC;
}
.TagClassName
{
border-color: #64CADC;
}
</style>