Shades of Turquoise Blue #66DEE5
Tints of Turquoise Blue #66DEE5
RGB
CMYK
RGB Variations
Color information
#66DEE5 (or 0x66DEE5) is known color: Turquoise Blue. HEX triplet: 66, DE and E5. RGB value is (102,222,229). Sum of RGB (Red+Green+Blue) = 102+222+229=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #66DEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEE5 is #99211A. Grayscale: #BABABA. Windows color (decimal): -10035483 or 15064678. OLE color: 15064678.
HSL color Cylindrical-coordinate representation of color #66DEE5: hue angle of 183.31º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66DEE5 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 222 | 229 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.10 |
| HSL | 183.31º | 0.71% | 0.65% | - |
| HSV(B) | 183.31º | 0.55% | 0.9% | - |
| XYZ | 45.74 | 60.72 | 83.44 | - |
| YUV | 186.92 | 151.74 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 229 | 0.55 | 0.03 | 0 | 0.10 | 183.31 | 0.71 | 0.65 |
| Hex | 66 | DE | E5 | 37 | 3 | 0 | A | B7 | 47 | 41 |
| Octal | 146 | 336 | 345 | 67 | 3 | 0 | 12 | 267 | 107 | 101 |
| Binary | 1100110 | 11011110 | 11100101 | 110111 | 11 | 0 | 1010 | 10110111 | 1000111 | 1000001 |
Color Harmonies of #66DEE5
Complementary color
Monochromatic Colors of #66DEE5
Black with #66DEE5
Text Example
Text Example
White with #66DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEE5; }
p { color: rgb(102,222,229); }
H1.HeaderClassName
{
color: #66DEE5;
}
.AnyTagClassName
{
color: #66DEE5;
}
</style>
background-color css
<style>
a { background-color: #66DEE5; }
a { background-color: rgb(102,222,229); }
div.DivClassName
{
background-color: #66DEE5;
}
.BgClassName
{
background-color: #66DEE5;
}
</style>
border-color css
<style>
span { border-color: #66DEE5; }
span { border-color: rgb(102,222,229); }
td.TdClassName
{
border-color: #66DEE5;
}
.TagClassName
{
border-color: #66DEE5;
}
</style>