Shades of Turquoise Blue #66E7DC
Tints of Turquoise Blue #66E7DC
RGB
CMYK
RGB Variations
Color information
#66E7DC (or 0x66E7DC) is known color: Turquoise Blue. HEX triplet: 66, E7 and DC. RGB value is (102,231,220). Sum of RGB (Red+Green+Blue) = 102+231+220=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #66E7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E7DC is #991823. Grayscale: #BFBFBF. Windows color (decimal): -10033188 or 14477158. OLE color: 14477158.
HSL color Cylindrical-coordinate representation of color #66E7DC: hue angle of 174.88º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E7DC is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 231 | 220 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.09 |
| HSL | 174.88º | 0.73% | 0.65% | - |
| HSV(B) | 174.88º | 0.56% | 0.91% | - |
| XYZ | 46.97 | 65.14 | 77.81 | - |
| YUV | 191.18 | 144.26 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 231 | 220 | 0.56 | 0 | 0.05 | 0.09 | 174.88 | 0.73 | 0.65 |
| Hex | 66 | E7 | DC | 38 | 0 | 5 | 9 | AF | 49 | 41 |
| Octal | 146 | 347 | 334 | 70 | 0 | 5 | 11 | 257 | 111 | 101 |
| Binary | 1100110 | 11100111 | 11011100 | 111000 | 0 | 101 | 1001 | 10101111 | 1001001 | 1000001 |
Color Harmonies of #66E7DC
Complementary color
Monochromatic Colors of #66E7DC
Black with #66E7DC
Text Example
Text Example
White with #66E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E7DC; }
p { color: rgb(102,231,220); }
H1.HeaderClassName
{
color: #66E7DC;
}
.AnyTagClassName
{
color: #66E7DC;
}
</style>
background-color css
<style>
a { background-color: #66E7DC; }
a { background-color: rgb(102,231,220); }
div.DivClassName
{
background-color: #66E7DC;
}
.BgClassName
{
background-color: #66E7DC;
}
</style>
border-color css
<style>
span { border-color: #66E7DC; }
span { border-color: rgb(102,231,220); }
td.TdClassName
{
border-color: #66E7DC;
}
.TagClassName
{
border-color: #66E7DC;
}
</style>