Shades of Turquoise #27E4E1
Tints of Turquoise #27E4E1
RGB
CMYK
RGB Variations
Color information
#27E4E1 (or 0x27E4E1) is known color: Turquoise. HEX triplet: 27, E4 and E1. RGB value is (39,228,225). Sum of RGB (Red+Green+Blue) = 39+228+225=492 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.93% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #27E4E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E4E1 is #D81B1E. Grayscale: #AAAAAA. Windows color (decimal): -14162719 or 14804007. OLE color: 14804007.
HSL color Cylindrical-coordinate representation of color #27E4E1: hue angle of 179.05º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E4E1 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 228 | 225 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.11 |
| HSL | 179.05º | 0.78% | 0.52% | - |
| HSV(B) | 179.05º | 0.83% | 0.89% | - |
| XYZ | 42.17 | 61.35 | 80.85 | - |
| YUV | 171.15 | 158.38 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 228 | 225 | 0.83 | 0 | 0.01 | 0.11 | 179.05 | 0.78 | 0.52 |
| Hex | 27 | E4 | E1 | 53 | 0 | 1 | B | B3 | 4E | 34 |
| Octal | 47 | 344 | 341 | 123 | 0 | 1 | 13 | 263 | 116 | 64 |
| Binary | 100111 | 11100100 | 11100001 | 1010011 | 0 | 1 | 1011 | 10110011 | 1001110 | 110100 |
Color Harmonies of #27E4E1
Complementary color
Monochromatic Colors of #27E4E1
Black with #27E4E1
Text Example
Text Example
White with #27E4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E4E1; }
p { color: rgb(39,228,225); }
H1.HeaderClassName
{
color: #27E4E1;
}
.AnyTagClassName
{
color: #27E4E1;
}
</style>
background-color css
<style>
a { background-color: #27E4E1; }
a { background-color: rgb(39,228,225); }
div.DivClassName
{
background-color: #27E4E1;
}
.BgClassName
{
background-color: #27E4E1;
}
</style>
border-color css
<style>
span { border-color: #27E4E1; }
span { border-color: rgb(39,228,225); }
td.TdClassName
{
border-color: #27E4E1;
}
.TagClassName
{
border-color: #27E4E1;
}
</style>