Shades of Turquoise Blue #66CEDB
Tints of Turquoise Blue #66CEDB
RGB
CMYK
RGB Variations
Color information
#66CEDB (or 0x66CEDB) is known color: Turquoise Blue. HEX triplet: 66, CE and DB. RGB value is (102,206,219). Sum of RGB (Red+Green+Blue) = 102+206+219=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #66CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEDB is #993124. Grayscale: #B0B0B0. Windows color (decimal): -10039589 or 14405222. OLE color: 14405222.
HSL color Cylindrical-coordinate representation of color #66CEDB: hue angle of 186.67º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66CEDB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 206 | 219 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.14 |
| HSL | 186.67º | 0.62% | 0.63% | - |
| HSV(B) | 186.67º | 0.53% | 0.86% | - |
| XYZ | 40.34 | 52.08 | 74.94 | - |
| YUV | 176.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 219 | 0.53 | 0.06 | 0 | 0.14 | 186.67 | 0.62 | 0.63 |
| Hex | 66 | CE | DB | 35 | 6 | 0 | E | BB | 3E | 3F |
| Octal | 146 | 316 | 333 | 65 | 6 | 0 | 16 | 273 | 76 | 77 |
| Binary | 1100110 | 11001110 | 11011011 | 110101 | 110 | 0 | 1110 | 10111011 | 111110 | 111111 |
Color Harmonies of #66CEDB
Complementary color
Monochromatic Colors of #66CEDB
Black with #66CEDB
Text Example
Text Example
White with #66CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEDB; }
p { color: rgb(102,206,219); }
H1.HeaderClassName
{
color: #66CEDB;
}
.AnyTagClassName
{
color: #66CEDB;
}
</style>
background-color css
<style>
a { background-color: #66CEDB; }
a { background-color: rgb(102,206,219); }
div.DivClassName
{
background-color: #66CEDB;
}
.BgClassName
{
background-color: #66CEDB;
}
</style>
border-color css
<style>
span { border-color: #66CEDB; }
span { border-color: rgb(102,206,219); }
td.TdClassName
{
border-color: #66CEDB;
}
.TagClassName
{
border-color: #66CEDB;
}
</style>