Shades of Turquoise #27E7BD
Tints of Turquoise #27E7BD
RGB
CMYK
RGB Variations
Color information
#27E7BD (or 0x27E7BD) is known color: Turquoise. HEX triplet: 27, E7 and BD. RGB value is (39,231,189). Sum of RGB (Red+Green+Blue) = 39+231+189=459 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.50% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #27E7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E7BD is #D81842. Grayscale: #A8A8A8. Windows color (decimal): -14161987 or 12445479. OLE color: 12445479.
HSL color Cylindrical-coordinate representation of color #27E7BD: hue angle of 166.88º 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 #27E7BD is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 231 | 189 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.09 |
| HSL | 166.88º | 0.8% | 0.53% | - |
| HSV(B) | 166.88º | 0.83% | 0.91% | - |
| XYZ | 38.6 | 61.26 | 57.93 | - |
| YUV | 168.8 | 139.39 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 231 | 189 | 0.83 | 0 | 0.18 | 0.09 | 166.88 | 0.8 | 0.53 |
| Hex | 27 | E7 | BD | 53 | 0 | 12 | 9 | A7 | 50 | 35 |
| Octal | 47 | 347 | 275 | 123 | 0 | 22 | 11 | 247 | 120 | 65 |
| Binary | 100111 | 11100111 | 10111101 | 1010011 | 0 | 10010 | 1001 | 10100111 | 1010000 | 110101 |
Color Harmonies of #27E7BD
Complementary color
Monochromatic Colors of #27E7BD
Black with #27E7BD
Text Example
Text Example
White with #27E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E7BD; }
p { color: rgb(39,231,189); }
H1.HeaderClassName
{
color: #27E7BD;
}
.AnyTagClassName
{
color: #27E7BD;
}
</style>
background-color css
<style>
a { background-color: #27E7BD; }
a { background-color: rgb(39,231,189); }
div.DivClassName
{
background-color: #27E7BD;
}
.BgClassName
{
background-color: #27E7BD;
}
</style>
border-color css
<style>
span { border-color: #27E7BD; }
span { border-color: rgb(39,231,189); }
td.TdClassName
{
border-color: #27E7BD;
}
.TagClassName
{
border-color: #27E7BD;
}
</style>