Shades of Turquoise Blue #66CCD5
Tints of Turquoise Blue #66CCD5
RGB
CMYK
RGB Variations
Color information
#66CCD5 (or 0x66CCD5) is known color: Turquoise Blue. HEX triplet: 66, CC and D5. RGB value is (102,204,213). Sum of RGB (Red+Green+Blue) = 102+204+213=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #66CCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCD5 is #99332A. Grayscale: #AEAEAE. Windows color (decimal): -10040107 or 14011494. OLE color: 14011494.
HSL color Cylindrical-coordinate representation of color #66CCD5: hue angle of 184.86º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66CCD5 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 204 | 213 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.16 |
| HSL | 184.86º | 0.57% | 0.62% | - |
| HSV(B) | 184.86º | 0.52% | 0.84% | - |
| XYZ | 39.08 | 50.81 | 70.7 | - |
| YUV | 174.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 213 | 0.52 | 0.04 | 0 | 0.16 | 184.86 | 0.57 | 0.62 |
| Hex | 66 | CC | D5 | 34 | 4 | 0 | 10 | B9 | 39 | 3E |
| Octal | 146 | 314 | 325 | 64 | 4 | 0 | 20 | 271 | 71 | 76 |
| Binary | 1100110 | 11001100 | 11010101 | 110100 | 100 | 0 | 10000 | 10111001 | 111001 | 111110 |
Color Harmonies of #66CCD5
Complementary color
Monochromatic Colors of #66CCD5
Black with #66CCD5
Text Example
Text Example
White with #66CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCD5; }
p { color: rgb(102,204,213); }
H1.HeaderClassName
{
color: #66CCD5;
}
.AnyTagClassName
{
color: #66CCD5;
}
</style>
background-color css
<style>
a { background-color: #66CCD5; }
a { background-color: rgb(102,204,213); }
div.DivClassName
{
background-color: #66CCD5;
}
.BgClassName
{
background-color: #66CCD5;
}
</style>
border-color css
<style>
span { border-color: #66CCD5; }
span { border-color: rgb(102,204,213); }
td.TdClassName
{
border-color: #66CCD5;
}
.TagClassName
{
border-color: #66CCD5;
}
</style>