Shades of Turquoise #27E7BC
Tints of Turquoise #27E7BC
RGB
CMYK
RGB Variations
Color information
#27E7BC (or 0x27E7BC) is known color: Turquoise. HEX triplet: 27, E7 and BC. RGB value is (39,231,188). Sum of RGB (Red+Green+Blue) = 39+231+188=458 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.52% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #27E7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E7BC is #D81843. Grayscale: #A8A8A8. Windows color (decimal): -14161988 or 12379943. OLE color: 12379943.
HSL color Cylindrical-coordinate representation of color #27E7BC: hue angle of 166.56º 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 #27E7BC is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 231 | 188 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.09 |
| HSL | 166.56º | 0.8% | 0.53% | - |
| HSV(B) | 166.56º | 0.83% | 0.91% | - |
| XYZ | 38.49 | 61.21 | 57.36 | - |
| YUV | 168.69 | 138.89 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 231 | 188 | 0.83 | 0 | 0.19 | 0.09 | 166.56 | 0.8 | 0.53 |
| Hex | 27 | E7 | BC | 53 | 0 | 13 | 9 | A7 | 50 | 35 |
| Octal | 47 | 347 | 274 | 123 | 0 | 23 | 11 | 247 | 120 | 65 |
| Binary | 100111 | 11100111 | 10111100 | 1010011 | 0 | 10011 | 1001 | 10100111 | 1010000 | 110101 |
Color Harmonies of #27E7BC
Complementary color
Monochromatic Colors of #27E7BC
Black with #27E7BC
Text Example
Text Example
White with #27E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E7BC; }
p { color: rgb(39,231,188); }
H1.HeaderClassName
{
color: #27E7BC;
}
.AnyTagClassName
{
color: #27E7BC;
}
</style>
background-color css
<style>
a { background-color: #27E7BC; }
a { background-color: rgb(39,231,188); }
div.DivClassName
{
background-color: #27E7BC;
}
.BgClassName
{
background-color: #27E7BC;
}
</style>
border-color css
<style>
span { border-color: #27E7BC; }
span { border-color: rgb(39,231,188); }
td.TdClassName
{
border-color: #27E7BC;
}
.TagClassName
{
border-color: #27E7BC;
}
</style>