Shades of Turquoise #27EEBB
Tints of Turquoise #27EEBB
RGB
CMYK
RGB Variations
Color information
#27EEBB (or 0x27EEBB) is known color: Turquoise. HEX triplet: 27, EE and BB. RGB value is (39,238,187). Sum of RGB (Red+Green+Blue) = 39+238+187=464 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.41% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EEBB is #D81144. Grayscale: #ACACAC. Windows color (decimal): -14160197 or 12316199. OLE color: 12316199.
HSL color Cylindrical-coordinate representation of color #27EEBB: hue angle of 164.62º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EEBB is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 238 | 187 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.07 |
| HSL | 164.62º | 0.85% | 0.54% | - |
| HSV(B) | 164.62º | 0.84% | 0.93% | - |
| XYZ | 40.38 | 65.17 | 57.46 | - |
| YUV | 172.69 | 136.07 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 187 | 0.84 | 0 | 0.21 | 0.07 | 164.62 | 0.85 | 0.54 |
| Hex | 27 | EE | BB | 54 | 0 | 15 | 7 | A5 | 55 | 36 |
| Octal | 47 | 356 | 273 | 124 | 0 | 25 | 7 | 245 | 125 | 66 |
| Binary | 100111 | 11101110 | 10111011 | 1010100 | 0 | 10101 | 111 | 10100101 | 1010101 | 110110 |
Color Harmonies of #27EEBB
Complementary color
Monochromatic Colors of #27EEBB
Black with #27EEBB
Text Example
Text Example
White with #27EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EEBB; }
p { color: rgb(39,238,187); }
H1.HeaderClassName
{
color: #27EEBB;
}
.AnyTagClassName
{
color: #27EEBB;
}
</style>
background-color css
<style>
a { background-color: #27EEBB; }
a { background-color: rgb(39,238,187); }
div.DivClassName
{
background-color: #27EEBB;
}
.BgClassName
{
background-color: #27EEBB;
}
</style>
border-color css
<style>
span { border-color: #27EEBB; }
span { border-color: rgb(39,238,187); }
td.TdClassName
{
border-color: #27EEBB;
}
.TagClassName
{
border-color: #27EEBB;
}
</style>