Shades of Turquoise #27EBBE
Tints of Turquoise #27EBBE
RGB
CMYK
RGB Variations
Color information
#27EBBE (or 0x27EBBE) is known color: Turquoise. HEX triplet: 27, EB and BE. RGB value is (39,235,190). Sum of RGB (Red+Green+Blue) = 39+235+190=464 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.41% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #27EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EBBE is #D81441. Grayscale: #ABABAB. Windows color (decimal): -14160962 or 12512039. OLE color: 12512039.
HSL color Cylindrical-coordinate representation of color #27EBBE: hue angle of 166.22º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EBBE is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 235 | 190 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.08 |
| HSL | 166.22º | 0.83% | 0.54% | - |
| HSV(B) | 166.22º | 0.83% | 0.92% | - |
| XYZ | 39.84 | 63.57 | 58.88 | - |
| YUV | 171.27 | 138.57 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 235 | 190 | 0.83 | 0 | 0.19 | 0.08 | 166.22 | 0.83 | 0.54 |
| Hex | 27 | EB | BE | 53 | 0 | 13 | 8 | A6 | 53 | 36 |
| Octal | 47 | 353 | 276 | 123 | 0 | 23 | 10 | 246 | 123 | 66 |
| Binary | 100111 | 11101011 | 10111110 | 1010011 | 0 | 10011 | 1000 | 10100110 | 1010011 | 110110 |
Color Harmonies of #27EBBE
Complementary color
Monochromatic Colors of #27EBBE
Black with #27EBBE
Text Example
Text Example
White with #27EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EBBE; }
p { color: rgb(39,235,190); }
H1.HeaderClassName
{
color: #27EBBE;
}
.AnyTagClassName
{
color: #27EBBE;
}
</style>
background-color css
<style>
a { background-color: #27EBBE; }
a { background-color: rgb(39,235,190); }
div.DivClassName
{
background-color: #27EBBE;
}
.BgClassName
{
background-color: #27EBBE;
}
</style>
border-color css
<style>
span { border-color: #27EBBE; }
span { border-color: rgb(39,235,190); }
td.TdClassName
{
border-color: #27EBBE;
}
.TagClassName
{
border-color: #27EBBE;
}
</style>