Shades of Turquoise Blue #66DDE2
Tints of Turquoise Blue #66DDE2
RGB
CMYK
RGB Variations
Color information
#66DDE2 (or 0x66DDE2) is known color: Turquoise Blue. HEX triplet: 66, DD and E2. RGB value is (102,221,226). Sum of RGB (Red+Green+Blue) = 102+221+226=549 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.58% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #66DDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDE2 is #99221D. Grayscale: #B9B9B9. Windows color (decimal): -10035742 or 14867814. OLE color: 14867814.
HSL color Cylindrical-coordinate representation of color #66DDE2: hue angle of 182.42º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66DDE2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 221 | 226 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.11 |
| HSL | 182.42º | 0.68% | 0.64% | - |
| HSV(B) | 182.42º | 0.55% | 0.89% | - |
| XYZ | 45.06 | 60.03 | 81.16 | - |
| YUV | 185.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 226 | 0.55 | 0.02 | 0 | 0.11 | 182.42 | 0.68 | 0.64 |
| Hex | 66 | DD | E2 | 37 | 2 | 0 | B | B6 | 44 | 40 |
| Octal | 146 | 335 | 342 | 67 | 2 | 0 | 13 | 266 | 104 | 100 |
| Binary | 1100110 | 11011101 | 11100010 | 110111 | 10 | 0 | 1011 | 10110110 | 1000100 | 1000000 |
Color Harmonies of #66DDE2
Complementary color
Monochromatic Colors of #66DDE2
Black with #66DDE2
Text Example
Text Example
White with #66DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDE2; }
p { color: rgb(102,221,226); }
H1.HeaderClassName
{
color: #66DDE2;
}
.AnyTagClassName
{
color: #66DDE2;
}
</style>
background-color css
<style>
a { background-color: #66DDE2; }
a { background-color: rgb(102,221,226); }
div.DivClassName
{
background-color: #66DDE2;
}
.BgClassName
{
background-color: #66DDE2;
}
</style>
border-color css
<style>
span { border-color: #66DDE2; }
span { border-color: rgb(102,221,226); }
td.TdClassName
{
border-color: #66DDE2;
}
.TagClassName
{
border-color: #66DDE2;
}
</style>