Shades of Turquoise #27E9C8
Tints of Turquoise #27E9C8
RGB
CMYK
RGB Variations
Color information
#27E9C8 (or 0x27E9C8) is known color: Turquoise. HEX triplet: 27, E9 and C8. RGB value is (39,233,200). Sum of RGB (Red+Green+Blue) = 39+233+200=472 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.26% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9C8 is #D81637. Grayscale: #ABABAB. Windows color (decimal): -14161464 or 13166887. OLE color: 13166887.
HSL color Cylindrical-coordinate representation of color #27E9C8: hue angle of 169.79º 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 #27E9C8 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 233 | 200 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.09 |
| HSL | 169.79º | 0.82% | 0.53% | - |
| HSV(B) | 169.79º | 0.83% | 0.91% | - |
| XYZ | 40.4 | 62.88 | 64.65 | - |
| YUV | 171.23 | 144.23 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 233 | 200 | 0.83 | 0 | 0.14 | 0.09 | 169.79 | 0.82 | 0.53 |
| Hex | 27 | E9 | C8 | 53 | 0 | E | 9 | AA | 52 | 35 |
| Octal | 47 | 351 | 310 | 123 | 0 | 16 | 11 | 252 | 122 | 65 |
| Binary | 100111 | 11101001 | 11001000 | 1010011 | 0 | 1110 | 1001 | 10101010 | 1010010 | 110101 |
Color Harmonies of #27E9C8
Complementary color
Monochromatic Colors of #27E9C8
Black with #27E9C8
Text Example
Text Example
White with #27E9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E9C8; }
p { color: rgb(39,233,200); }
H1.HeaderClassName
{
color: #27E9C8;
}
.AnyTagClassName
{
color: #27E9C8;
}
</style>
background-color css
<style>
a { background-color: #27E9C8; }
a { background-color: rgb(39,233,200); }
div.DivClassName
{
background-color: #27E9C8;
}
.BgClassName
{
background-color: #27E9C8;
}
</style>
border-color css
<style>
span { border-color: #27E9C8; }
span { border-color: rgb(39,233,200); }
td.TdClassName
{
border-color: #27E9C8;
}
.TagClassName
{
border-color: #27E9C8;
}
</style>