Shades of Turquoise Blue #66E7D6
Tints of Turquoise Blue #66E7D6
RGB
CMYK
RGB Variations
Color information
#66E7D6 (or 0x66E7D6) is known color: Turquoise Blue. HEX triplet: 66, E7 and D6. RGB value is (102,231,214). Sum of RGB (Red+Green+Blue) = 102+231+214=547 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.65% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #66E7D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E7D6 is #991829. Grayscale: #BEBEBE. Windows color (decimal): -10033194 or 14083942. OLE color: 14083942.
HSL color Cylindrical-coordinate representation of color #66E7D6: hue angle of 172.09º 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 #66E7D6 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 231 | 214 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.09 |
| HSL | 172.09º | 0.73% | 0.65% | - |
| HSV(B) | 172.09º | 0.56% | 0.91% | - |
| XYZ | 46.19 | 64.83 | 73.7 | - |
| YUV | 190.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 231 | 214 | 0.56 | 0 | 0.07 | 0.09 | 172.09 | 0.73 | 0.65 |
| Hex | 66 | E7 | D6 | 38 | 0 | 7 | 9 | AC | 49 | 41 |
| Octal | 146 | 347 | 326 | 70 | 0 | 7 | 11 | 254 | 111 | 101 |
| Binary | 1100110 | 11100111 | 11010110 | 111000 | 0 | 111 | 1001 | 10101100 | 1001001 | 1000001 |
Color Harmonies of #66E7D6
Complementary color
Monochromatic Colors of #66E7D6
Black with #66E7D6
Text Example
Text Example
White with #66E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E7D6; }
p { color: rgb(102,231,214); }
H1.HeaderClassName
{
color: #66E7D6;
}
.AnyTagClassName
{
color: #66E7D6;
}
</style>
background-color css
<style>
a { background-color: #66E7D6; }
a { background-color: rgb(102,231,214); }
div.DivClassName
{
background-color: #66E7D6;
}
.BgClassName
{
background-color: #66E7D6;
}
</style>
border-color css
<style>
span { border-color: #66E7D6; }
span { border-color: rgb(102,231,214); }
td.TdClassName
{
border-color: #66E7D6;
}
.TagClassName
{
border-color: #66E7D6;
}
</style>