Shades of Turquoise #27E7B8
Tints of Turquoise #27E7B8
RGB
CMYK
RGB Variations
Color information
#27E7B8 (or 0x27E7B8) is known color: Turquoise. HEX triplet: 27, E7 and B8. RGB value is (39,231,184). Sum of RGB (Red+Green+Blue) = 39+231+184=454 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.59% from 454); Green value is 231 (90.62% from 255 or 50.88% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 231 - color contains mainly: green. Hex color #27E7B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E7B8 is #D81847. Grayscale: #A8A8A8. Windows color (decimal): -14161992 or 12117799. OLE color: 12117799.
HSL color Cylindrical-coordinate representation of color #27E7B8: hue angle of 165.31º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E7B8 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 231 | 184 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.09 |
| HSL | 165.31º | 0.8% | 0.53% | - |
| HSV(B) | 165.31º | 0.83% | 0.91% | - |
| XYZ | 38.06 | 61.04 | 55.12 | - |
| YUV | 168.23 | 136.89 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 231 | 184 | 0.83 | 0 | 0.20 | 0.09 | 165.31 | 0.8 | 0.53 |
| Hex | 27 | E7 | B8 | 53 | 0 | 14 | 9 | A5 | 50 | 35 |
| Octal | 47 | 347 | 270 | 123 | 0 | 24 | 11 | 245 | 120 | 65 |
| Binary | 100111 | 11100111 | 10111000 | 1010011 | 0 | 10100 | 1001 | 10100101 | 1010000 | 110101 |
Color Harmonies of #27E7B8
Complementary color
Monochromatic Colors of #27E7B8
Black with #27E7B8
Text Example
Text Example
White with #27E7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E7B8; }
p { color: rgb(39,231,184); }
H1.HeaderClassName
{
color: #27E7B8;
}
.AnyTagClassName
{
color: #27E7B8;
}
</style>
background-color css
<style>
a { background-color: #27E7B8; }
a { background-color: rgb(39,231,184); }
div.DivClassName
{
background-color: #27E7B8;
}
.BgClassName
{
background-color: #27E7B8;
}
</style>
border-color css
<style>
span { border-color: #27E7B8; }
span { border-color: rgb(39,231,184); }
td.TdClassName
{
border-color: #27E7B8;
}
.TagClassName
{
border-color: #27E7B8;
}
</style>