Shades of Turquoise #27E5BA
Tints of Turquoise #27E5BA
RGB
CMYK
RGB Variations
Color information
#27E5BA (or 0x27E5BA) is known color: Turquoise. HEX triplet: 27, E5 and BA. RGB value is (39,229,186). Sum of RGB (Red+Green+Blue) = 39+229+186=454 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.59% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #27E5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E5BA is #D81A45. Grayscale: #A7A7A7. Windows color (decimal): -14162502 or 12248359. OLE color: 12248359.
HSL color Cylindrical-coordinate representation of color #27E5BA: hue angle of 166.42º 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 #27E5BA is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 229 | 186 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.10 |
| HSL | 166.42º | 0.79% | 0.53% | - |
| HSV(B) | 166.42º | 0.83% | 0.9% | - |
| XYZ | 37.72 | 60.02 | 56.05 | - |
| YUV | 167.29 | 138.55 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 229 | 186 | 0.83 | 0 | 0.19 | 0.10 | 166.42 | 0.79 | 0.53 |
| Hex | 27 | E5 | BA | 53 | 0 | 13 | A | A6 | 4F | 35 |
| Octal | 47 | 345 | 272 | 123 | 0 | 23 | 12 | 246 | 117 | 65 |
| Binary | 100111 | 11100101 | 10111010 | 1010011 | 0 | 10011 | 1010 | 10100110 | 1001111 | 110101 |
Color Harmonies of #27E5BA
Complementary color
Monochromatic Colors of #27E5BA
Black with #27E5BA
Text Example
Text Example
White with #27E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E5BA; }
p { color: rgb(39,229,186); }
H1.HeaderClassName
{
color: #27E5BA;
}
.AnyTagClassName
{
color: #27E5BA;
}
</style>
background-color css
<style>
a { background-color: #27E5BA; }
a { background-color: rgb(39,229,186); }
div.DivClassName
{
background-color: #27E5BA;
}
.BgClassName
{
background-color: #27E5BA;
}
</style>
border-color css
<style>
span { border-color: #27E5BA; }
span { border-color: rgb(39,229,186); }
td.TdClassName
{
border-color: #27E5BA;
}
.TagClassName
{
border-color: #27E5BA;
}
</style>