Shades of Turquoise #27E6BE
Tints of Turquoise #27E6BE
RGB
CMYK
RGB Variations
Color information
#27E6BE (or 0x27E6BE) is known color: Turquoise. HEX triplet: 27, E6 and BE. RGB value is (39,230,190). Sum of RGB (Red+Green+Blue) = 39+230+190=459 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.50% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #27E6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E6BE is #D81941. Grayscale: #A8A8A8. Windows color (decimal): -14162242 or 12510759. OLE color: 12510759.
HSL color Cylindrical-coordinate representation of color #27E6BE: hue angle of 167.43º 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 #27E6BE is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 230 | 190 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.10 |
| HSL | 167.43º | 0.79% | 0.53% | - |
| HSV(B) | 167.43º | 0.83% | 0.9% | - |
| XYZ | 38.43 | 60.74 | 58.41 | - |
| YUV | 168.33 | 140.22 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 230 | 190 | 0.83 | 0 | 0.17 | 0.10 | 167.43 | 0.79 | 0.53 |
| Hex | 27 | E6 | BE | 53 | 0 | 11 | A | A7 | 4F | 35 |
| Octal | 47 | 346 | 276 | 123 | 0 | 21 | 12 | 247 | 117 | 65 |
| Binary | 100111 | 11100110 | 10111110 | 1010011 | 0 | 10001 | 1010 | 10100111 | 1001111 | 110101 |
Color Harmonies of #27E6BE
Complementary color
Monochromatic Colors of #27E6BE
Black with #27E6BE
Text Example
Text Example
White with #27E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E6BE; }
p { color: rgb(39,230,190); }
H1.HeaderClassName
{
color: #27E6BE;
}
.AnyTagClassName
{
color: #27E6BE;
}
</style>
background-color css
<style>
a { background-color: #27E6BE; }
a { background-color: rgb(39,230,190); }
div.DivClassName
{
background-color: #27E6BE;
}
.BgClassName
{
background-color: #27E6BE;
}
</style>
border-color css
<style>
span { border-color: #27E6BE; }
span { border-color: rgb(39,230,190); }
td.TdClassName
{
border-color: #27E6BE;
}
.TagClassName
{
border-color: #27E6BE;
}
</style>