Shades of Turquoise Blue #66E7E4
Tints of Turquoise Blue #66E7E4
RGB
CMYK
RGB Variations
Color information
#66E7E4 (or 0x66E7E4) is known color: Turquoise Blue. HEX triplet: 66, E7 and E4. RGB value is (102,231,228). Sum of RGB (Red+Green+Blue) = 102+231+228=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #66E7E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E7E4 is #99181B. Grayscale: #BFBFBF. Windows color (decimal): -10033180 or 15001446. OLE color: 15001446.
HSL color Cylindrical-coordinate representation of color #66E7E4: hue angle of 178.6º 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 #66E7E4 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 231 | 228 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.09 |
| HSL | 178.6º | 0.73% | 0.65% | - |
| HSV(B) | 178.6º | 0.56% | 0.91% | - |
| XYZ | 48.06 | 65.58 | 83.52 | - |
| YUV | 192.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 231 | 228 | 0.56 | 0 | 0.01 | 0.09 | 178.6 | 0.73 | 0.65 |
| Hex | 66 | E7 | E4 | 38 | 0 | 1 | 9 | B3 | 49 | 41 |
| Octal | 146 | 347 | 344 | 70 | 0 | 1 | 11 | 263 | 111 | 101 |
| Binary | 1100110 | 11100111 | 11100100 | 111000 | 0 | 1 | 1001 | 10110011 | 1001001 | 1000001 |
Color Harmonies of #66E7E4
Complementary color
Monochromatic Colors of #66E7E4
Black with #66E7E4
Text Example
Text Example
White with #66E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E7E4; }
p { color: rgb(102,231,228); }
H1.HeaderClassName
{
color: #66E7E4;
}
.AnyTagClassName
{
color: #66E7E4;
}
</style>
background-color css
<style>
a { background-color: #66E7E4; }
a { background-color: rgb(102,231,228); }
div.DivClassName
{
background-color: #66E7E4;
}
.BgClassName
{
background-color: #66E7E4;
}
</style>
border-color css
<style>
span { border-color: #66E7E4; }
span { border-color: rgb(102,231,228); }
td.TdClassName
{
border-color: #66E7E4;
}
.TagClassName
{
border-color: #66E7E4;
}
</style>