Shades of Turquoise Blue #66CDDC
Tints of Turquoise Blue #66CDDC
RGB
CMYK
RGB Variations
Color information
#66CDDC (or 0x66CDDC) is known color: Turquoise Blue. HEX triplet: 66, CD and DC. RGB value is (102,205,220). Sum of RGB (Red+Green+Blue) = 102+205+220=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #66CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CDDC is #993223. Grayscale: #AFAFAF. Windows color (decimal): -10039844 or 14470502. OLE color: 14470502.
HSL color Cylindrical-coordinate representation of color #66CDDC: hue angle of 187.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66CDDC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 205 | 220 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.14 |
| HSL | 187.63º | 0.63% | 0.63% | - |
| HSV(B) | 187.63º | 0.54% | 0.86% | - |
| XYZ | 40.23 | 51.65 | 75.56 | - |
| YUV | 175.91 | 152.88 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 205 | 220 | 0.54 | 0.07 | 0 | 0.14 | 187.63 | 0.63 | 0.63 |
| Hex | 66 | CD | DC | 36 | 7 | 0 | E | BC | 3F | 3F |
| Octal | 146 | 315 | 334 | 66 | 7 | 0 | 16 | 274 | 77 | 77 |
| Binary | 1100110 | 11001101 | 11011100 | 110110 | 111 | 0 | 1110 | 10111100 | 111111 | 111111 |
Color Harmonies of #66CDDC
Complementary color
Monochromatic Colors of #66CDDC
Black with #66CDDC
Text Example
Text Example
White with #66CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDDC; }
p { color: rgb(102,205,220); }
H1.HeaderClassName
{
color: #66CDDC;
}
.AnyTagClassName
{
color: #66CDDC;
}
</style>
background-color css
<style>
a { background-color: #66CDDC; }
a { background-color: rgb(102,205,220); }
div.DivClassName
{
background-color: #66CDDC;
}
.BgClassName
{
background-color: #66CDDC;
}
</style>
border-color css
<style>
span { border-color: #66CDDC; }
span { border-color: rgb(102,205,220); }
td.TdClassName
{
border-color: #66CDDC;
}
.TagClassName
{
border-color: #66CDDC;
}
</style>