Shades of Turquoise Blue #66DDD3
Tints of Turquoise Blue #66DDD3
RGB
CMYK
RGB Variations
Color information
#66DDD3 (or 0x66DDD3) is known color: Turquoise Blue. HEX triplet: 66, DD and D3. RGB value is (102,221,211). Sum of RGB (Red+Green+Blue) = 102+221+211=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDD3 is #99222C. Grayscale: #B8B8B8. Windows color (decimal): -10035757 or 13884774. OLE color: 13884774.
HSL color Cylindrical-coordinate representation of color #66DDD3: hue angle of 174.96º 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 #66DDD3 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 211 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.13 |
| HSL | 174.96º | 0.64% | 0.63% | - |
| HSV(B) | 174.96º | 0.54% | 0.87% | - |
| XYZ | 43.09 | 59.24 | 70.79 | - |
| YUV | 184.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 211 | 0.54 | 0 | 0.05 | 0.13 | 174.96 | 0.64 | 0.63 |
| Hex | 66 | DD | D3 | 36 | 0 | 5 | D | AF | 40 | 3F |
| Octal | 146 | 335 | 323 | 66 | 0 | 5 | 15 | 257 | 100 | 77 |
| Binary | 1100110 | 11011101 | 11010011 | 110110 | 0 | 101 | 1101 | 10101111 | 1000000 | 111111 |
Color Harmonies of #66DDD3
Complementary color
Monochromatic Colors of #66DDD3
Black with #66DDD3
Text Example
Text Example
White with #66DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDD3; }
p { color: rgb(102,221,211); }
H1.HeaderClassName
{
color: #66DDD3;
}
.AnyTagClassName
{
color: #66DDD3;
}
</style>
background-color css
<style>
a { background-color: #66DDD3; }
a { background-color: rgb(102,221,211); }
div.DivClassName
{
background-color: #66DDD3;
}
.BgClassName
{
background-color: #66DDD3;
}
</style>
border-color css
<style>
span { border-color: #66DDD3; }
span { border-color: rgb(102,221,211); }
td.TdClassName
{
border-color: #66DDD3;
}
.TagClassName
{
border-color: #66DDD3;
}
</style>