Shades of Turquoise Blue #66CFDC
Tints of Turquoise Blue #66CFDC
RGB
CMYK
RGB Variations
Color information
#66CFDC (or 0x66CFDC) is known color: Turquoise Blue. HEX triplet: 66, CF and DC. RGB value is (102,207,220). Sum of RGB (Red+Green+Blue) = 102+207+220=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #66CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFDC is #993023. Grayscale: #B0B0B0. Windows color (decimal): -10039332 or 14471014. OLE color: 14471014.
HSL color Cylindrical-coordinate representation of color #66CFDC: hue angle of 186.61º 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 #66CFDC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 207 | 220 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.14 |
| HSL | 186.61º | 0.63% | 0.63% | - |
| HSV(B) | 186.61º | 0.54% | 0.86% | - |
| XYZ | 40.71 | 52.62 | 75.72 | - |
| YUV | 177.09 | 152.21 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 220 | 0.54 | 0.06 | 0 | 0.14 | 186.61 | 0.63 | 0.63 |
| Hex | 66 | CF | DC | 36 | 6 | 0 | E | BB | 3F | 3F |
| Octal | 146 | 317 | 334 | 66 | 6 | 0 | 16 | 273 | 77 | 77 |
| Binary | 1100110 | 11001111 | 11011100 | 110110 | 110 | 0 | 1110 | 10111011 | 111111 | 111111 |
Color Harmonies of #66CFDC
Complementary color
Monochromatic Colors of #66CFDC
Black with #66CFDC
Text Example
Text Example
White with #66CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFDC; }
p { color: rgb(102,207,220); }
H1.HeaderClassName
{
color: #66CFDC;
}
.AnyTagClassName
{
color: #66CFDC;
}
</style>
background-color css
<style>
a { background-color: #66CFDC; }
a { background-color: rgb(102,207,220); }
div.DivClassName
{
background-color: #66CFDC;
}
.BgClassName
{
background-color: #66CFDC;
}
</style>
border-color css
<style>
span { border-color: #66CFDC; }
span { border-color: rgb(102,207,220); }
td.TdClassName
{
border-color: #66CFDC;
}
.TagClassName
{
border-color: #66CFDC;
}
</style>