Shades of Turquoise #27EEBF
Tints of Turquoise #27EEBF
RGB
CMYK
RGB Variations
Color information
#27EEBF (or 0x27EEBF) is known color: Turquoise. HEX triplet: 27, EE and BF. RGB value is (39,238,191). Sum of RGB (Red+Green+Blue) = 39+238+191=468 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.33% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EEBF is #D81140. Grayscale: #ADADAD. Windows color (decimal): -14160193 or 12578343. OLE color: 12578343.
HSL color Cylindrical-coordinate representation of color #27EEBF: hue angle of 165.83º 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 #27EEBF is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 238 | 191 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.07 |
| HSL | 165.83º | 0.85% | 0.54% | - |
| HSV(B) | 165.83º | 0.84% | 0.93% | - |
| XYZ | 40.82 | 65.34 | 59.75 | - |
| YUV | 173.14 | 138.07 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 191 | 0.84 | 0 | 0.20 | 0.07 | 165.83 | 0.85 | 0.54 |
| Hex | 27 | EE | BF | 54 | 0 | 14 | 7 | A6 | 55 | 36 |
| Octal | 47 | 356 | 277 | 124 | 0 | 24 | 7 | 246 | 125 | 66 |
| Binary | 100111 | 11101110 | 10111111 | 1010100 | 0 | 10100 | 111 | 10100110 | 1010101 | 110110 |
Color Harmonies of #27EEBF
Complementary color
Monochromatic Colors of #27EEBF
Black with #27EEBF
Text Example
Text Example
White with #27EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EEBF; }
p { color: rgb(39,238,191); }
H1.HeaderClassName
{
color: #27EEBF;
}
.AnyTagClassName
{
color: #27EEBF;
}
</style>
background-color css
<style>
a { background-color: #27EEBF; }
a { background-color: rgb(39,238,191); }
div.DivClassName
{
background-color: #27EEBF;
}
.BgClassName
{
background-color: #27EEBF;
}
</style>
border-color css
<style>
span { border-color: #27EEBF; }
span { border-color: rgb(39,238,191); }
td.TdClassName
{
border-color: #27EEBF;
}
.TagClassName
{
border-color: #27EEBF;
}
</style>