Shades of Bright Turquoise #27E9E5
Tints of Bright Turquoise #27E9E5
RGB
CMYK
RGB Variations
Color information
#27E9E5 (or 0x27E9E5) is known color: Bright Turquoise. HEX triplet: 27, E9 and E5. RGB value is (39,233,229). Sum of RGB (Red+Green+Blue) = 39+233+229=501 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.78% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9E5 is #D8161A. Grayscale: #AEAEAE. Windows color (decimal): -14161435 or 15067431. OLE color: 15067431.
HSL color Cylindrical-coordinate representation of color #27E9E5: hue angle of 178.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E9E5 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 233 | 229 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.09 |
| HSL | 178.76º | 0.82% | 0.53% | - |
| HSV(B) | 178.76º | 0.83% | 0.91% | - |
| XYZ | 44.12 | 64.37 | 84.23 | - |
| YUV | 174.54 | 158.73 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 233 | 229 | 0.83 | 0 | 0.02 | 0.09 | 178.76 | 0.82 | 0.53 |
| Hex | 27 | E9 | E5 | 53 | 0 | 2 | 9 | B3 | 52 | 35 |
| Octal | 47 | 351 | 345 | 123 | 0 | 2 | 11 | 263 | 122 | 65 |
| Binary | 100111 | 11101001 | 11100101 | 1010011 | 0 | 10 | 1001 | 10110011 | 1010010 | 110101 |
Color Harmonies of #27E9E5
Complementary color
Monochromatic Colors of #27E9E5
Black with #27E9E5
Text Example
Text Example
White with #27E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E9E5; }
p { color: rgb(39,233,229); }
H1.HeaderClassName
{
color: #27E9E5;
}
.AnyTagClassName
{
color: #27E9E5;
}
</style>
background-color css
<style>
a { background-color: #27E9E5; }
a { background-color: rgb(39,233,229); }
div.DivClassName
{
background-color: #27E9E5;
}
.BgClassName
{
background-color: #27E9E5;
}
</style>
border-color css
<style>
span { border-color: #27E9E5; }
span { border-color: rgb(39,233,229); }
td.TdClassName
{
border-color: #27E9E5;
}
.TagClassName
{
border-color: #27E9E5;
}
</style>