Shades of Turquoise #27E6CE
Tints of Turquoise #27E6CE
RGB
CMYK
RGB Variations
Color information
#27E6CE (or 0x27E6CE) is known color: Turquoise. HEX triplet: 27, E6 and CE. RGB value is (39,230,206). Sum of RGB (Red+Green+Blue) = 39+230+206=475 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.21% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #27E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E6CE is #D81931. Grayscale: #AAAAAA. Windows color (decimal): -14162226 or 13559335. OLE color: 13559335.
HSL color Cylindrical-coordinate representation of color #27E6CE: hue angle of 172.46º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E6CE is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 230 | 206 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.10 |
| HSL | 172.46º | 0.79% | 0.53% | - |
| HSV(B) | 172.46º | 0.83% | 0.9% | - |
| XYZ | 40.27 | 61.48 | 68.14 | - |
| YUV | 170.16 | 148.22 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 230 | 206 | 0.83 | 0 | 0.10 | 0.10 | 172.46 | 0.79 | 0.53 |
| Hex | 27 | E6 | CE | 53 | 0 | A | A | AC | 4F | 35 |
| Octal | 47 | 346 | 316 | 123 | 0 | 12 | 12 | 254 | 117 | 65 |
| Binary | 100111 | 11100110 | 11001110 | 1010011 | 0 | 1010 | 1010 | 10101100 | 1001111 | 110101 |
Color Harmonies of #27E6CE
Complementary color
Monochromatic Colors of #27E6CE
Black with #27E6CE
Text Example
Text Example
White with #27E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E6CE; }
p { color: rgb(39,230,206); }
H1.HeaderClassName
{
color: #27E6CE;
}
.AnyTagClassName
{
color: #27E6CE;
}
</style>
background-color css
<style>
a { background-color: #27E6CE; }
a { background-color: rgb(39,230,206); }
div.DivClassName
{
background-color: #27E6CE;
}
.BgClassName
{
background-color: #27E6CE;
}
</style>
border-color css
<style>
span { border-color: #27E6CE; }
span { border-color: rgb(39,230,206); }
td.TdClassName
{
border-color: #27E6CE;
}
.TagClassName
{
border-color: #27E6CE;
}
</style>