Shades of Turquoise #27E5E0
Tints of Turquoise #27E5E0
RGB
CMYK
RGB Variations
Color information
#27E5E0 (or 0x27E5E0) is known color: Turquoise. HEX triplet: 27, E5 and E0. RGB value is (39,229,224). Sum of RGB (Red+Green+Blue) = 39+229+224=492 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.93% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #27E5E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E5E0 is #D81A1F. Grayscale: #ABABAB. Windows color (decimal): -14162464 or 14738727. OLE color: 14738727.
HSL color Cylindrical-coordinate representation of color #27E5E0: hue angle of 178.42º 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 #27E5E0 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 229 | 224 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.10 |
| HSL | 178.42º | 0.79% | 0.53% | - |
| HSV(B) | 178.42º | 0.83% | 0.9% | - |
| XYZ | 42.31 | 61.85 | 80.23 | - |
| YUV | 171.62 | 157.55 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 229 | 224 | 0.83 | 0 | 0.02 | 0.10 | 178.42 | 0.79 | 0.53 |
| Hex | 27 | E5 | E0 | 53 | 0 | 2 | A | B2 | 4F | 35 |
| Octal | 47 | 345 | 340 | 123 | 0 | 2 | 12 | 262 | 117 | 65 |
| Binary | 100111 | 11100101 | 11100000 | 1010011 | 0 | 10 | 1010 | 10110010 | 1001111 | 110101 |
Color Harmonies of #27E5E0
Complementary color
Monochromatic Colors of #27E5E0
Black with #27E5E0
Text Example
Text Example
White with #27E5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E5E0; }
p { color: rgb(39,229,224); }
H1.HeaderClassName
{
color: #27E5E0;
}
.AnyTagClassName
{
color: #27E5E0;
}
</style>
background-color css
<style>
a { background-color: #27E5E0; }
a { background-color: rgb(39,229,224); }
div.DivClassName
{
background-color: #27E5E0;
}
.BgClassName
{
background-color: #27E5E0;
}
</style>
border-color css
<style>
span { border-color: #27E5E0; }
span { border-color: rgb(39,229,224); }
td.TdClassName
{
border-color: #27E5E0;
}
.TagClassName
{
border-color: #27E5E0;
}
</style>