Shades of Turquoise #27E5BE
Tints of Turquoise #27E5BE
RGB
CMYK
RGB Variations
Color information
#27E5BE (or 0x27E5BE) is known color: Turquoise. HEX triplet: 27, E5 and BE. RGB value is (39,229,190). Sum of RGB (Red+Green+Blue) = 39+229+190=458 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.52% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #27E5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E5BE is #D81A41. Grayscale: #A7A7A7. Windows color (decimal): -14162498 or 12510503. OLE color: 12510503.
HSL color Cylindrical-coordinate representation of color #27E5BE: hue angle of 167.68º 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 #27E5BE is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 229 | 190 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.10 |
| HSL | 167.68º | 0.79% | 0.53% | - |
| HSV(B) | 167.68º | 0.83% | 0.9% | - |
| XYZ | 38.15 | 60.19 | 58.32 | - |
| YUV | 167.74 | 140.55 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 229 | 190 | 0.83 | 0 | 0.17 | 0.10 | 167.68 | 0.79 | 0.53 |
| Hex | 27 | E5 | BE | 53 | 0 | 11 | A | A8 | 4F | 35 |
| Octal | 47 | 345 | 276 | 123 | 0 | 21 | 12 | 250 | 117 | 65 |
| Binary | 100111 | 11100101 | 10111110 | 1010011 | 0 | 10001 | 1010 | 10101000 | 1001111 | 110101 |
Color Harmonies of #27E5BE
Complementary color
Monochromatic Colors of #27E5BE
Black with #27E5BE
Text Example
Text Example
White with #27E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E5BE; }
p { color: rgb(39,229,190); }
H1.HeaderClassName
{
color: #27E5BE;
}
.AnyTagClassName
{
color: #27E5BE;
}
</style>
background-color css
<style>
a { background-color: #27E5BE; }
a { background-color: rgb(39,229,190); }
div.DivClassName
{
background-color: #27E5BE;
}
.BgClassName
{
background-color: #27E5BE;
}
</style>
border-color css
<style>
span { border-color: #27E5BE; }
span { border-color: rgb(39,229,190); }
td.TdClassName
{
border-color: #27E5BE;
}
.TagClassName
{
border-color: #27E5BE;
}
</style>