Shades of Turquoise Blue #66DDDB
Tints of Turquoise Blue #66DDDB
RGB
CMYK
RGB Variations
Color information
#66DDDB (or 0x66DDDB) is known color: Turquoise Blue. HEX triplet: 66, DD and DB. RGB value is (102,221,219). Sum of RGB (Red+Green+Blue) = 102+221+219=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDDB is #992224. Grayscale: #B9B9B9. Windows color (decimal): -10035749 or 14409062. OLE color: 14409062.
HSL color Cylindrical-coordinate representation of color #66DDDB: hue angle of 178.99º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDDB is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 219 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.13 |
| HSL | 178.99º | 0.64% | 0.63% | - |
| HSV(B) | 178.99º | 0.54% | 0.87% | - |
| XYZ | 44.12 | 59.65 | 76.21 | - |
| YUV | 185.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 219 | 0.54 | 0 | 0.01 | 0.13 | 178.99 | 0.64 | 0.63 |
| Hex | 66 | DD | DB | 36 | 0 | 1 | D | B3 | 40 | 3F |
| Octal | 146 | 335 | 333 | 66 | 0 | 1 | 15 | 263 | 100 | 77 |
| Binary | 1100110 | 11011101 | 11011011 | 110110 | 0 | 1 | 1101 | 10110011 | 1000000 | 111111 |
Color Harmonies of #66DDDB
Complementary color
Monochromatic Colors of #66DDDB
Black with #66DDDB
Text Example
Text Example
White with #66DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDDB; }
p { color: rgb(102,221,219); }
H1.HeaderClassName
{
color: #66DDDB;
}
.AnyTagClassName
{
color: #66DDDB;
}
</style>
background-color css
<style>
a { background-color: #66DDDB; }
a { background-color: rgb(102,221,219); }
div.DivClassName
{
background-color: #66DDDB;
}
.BgClassName
{
background-color: #66DDDB;
}
</style>
border-color css
<style>
span { border-color: #66DDDB; }
span { border-color: rgb(102,221,219); }
td.TdClassName
{
border-color: #66DDDB;
}
.TagClassName
{
border-color: #66DDDB;
}
</style>