Shades of Turquoise Blue #66CDD8
Tints of Turquoise Blue #66CDD8
RGB
CMYK
RGB Variations
Color information
#66CDD8 (or 0x66CDD8) is known color: Turquoise Blue. HEX triplet: 66, CD and D8. RGB value is (102,205,216). Sum of RGB (Red+Green+Blue) = 102+205+216=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #66CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CDD8 is #993227. Grayscale: #AFAFAF. Windows color (decimal): -10039848 or 14208358. OLE color: 14208358.
HSL color Cylindrical-coordinate representation of color #66CDD8: hue angle of 185.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66CDD8 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 205 | 216 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.15 |
| HSL | 185.79º | 0.59% | 0.62% | - |
| HSV(B) | 185.79º | 0.53% | 0.85% | - |
| XYZ | 39.71 | 51.45 | 72.8 | - |
| YUV | 175.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 205 | 216 | 0.53 | 0.05 | 0 | 0.15 | 185.79 | 0.59 | 0.62 |
| Hex | 66 | CD | D8 | 35 | 5 | 0 | F | BA | 3B | 3E |
| Octal | 146 | 315 | 330 | 65 | 5 | 0 | 17 | 272 | 73 | 76 |
| Binary | 1100110 | 11001101 | 11011000 | 110101 | 101 | 0 | 1111 | 10111010 | 111011 | 111110 |
Color Harmonies of #66CDD8
Complementary color
Monochromatic Colors of #66CDD8
Black with #66CDD8
Text Example
Text Example
White with #66CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDD8; }
p { color: rgb(102,205,216); }
H1.HeaderClassName
{
color: #66CDD8;
}
.AnyTagClassName
{
color: #66CDD8;
}
</style>
background-color css
<style>
a { background-color: #66CDD8; }
a { background-color: rgb(102,205,216); }
div.DivClassName
{
background-color: #66CDD8;
}
.BgClassName
{
background-color: #66CDD8;
}
</style>
border-color css
<style>
span { border-color: #66CDD8; }
span { border-color: rgb(102,205,216); }
td.TdClassName
{
border-color: #66CDD8;
}
.TagClassName
{
border-color: #66CDD8;
}
</style>