Shades of Turquoise #27E9DC
Tints of Turquoise #27E9DC
RGB
CMYK
RGB Variations
Color information
#27E9DC (or 0x27E9DC) is known color: Turquoise. HEX triplet: 27, E9 and DC. RGB value is (39,233,220). Sum of RGB (Red+Green+Blue) = 39+233+220=492 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.93% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9DC is #D81623. Grayscale: #ADADAD. Windows color (decimal): -14161444 or 14477607. OLE color: 14477607.
HSL color Cylindrical-coordinate representation of color #27E9DC: hue angle of 175.98º 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 #27E9DC is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 233 | 220 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.09 |
| HSL | 175.98º | 0.82% | 0.53% | - |
| HSV(B) | 175.98º | 0.83% | 0.91% | - |
| XYZ | 42.89 | 63.88 | 77.78 | - |
| YUV | 173.51 | 154.23 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 233 | 220 | 0.83 | 0 | 0.06 | 0.09 | 175.98 | 0.82 | 0.53 |
| Hex | 27 | E9 | DC | 53 | 0 | 6 | 9 | B0 | 52 | 35 |
| Octal | 47 | 351 | 334 | 123 | 0 | 6 | 11 | 260 | 122 | 65 |
| Binary | 100111 | 11101001 | 11011100 | 1010011 | 0 | 110 | 1001 | 10110000 | 1010010 | 110101 |
Color Harmonies of #27E9DC
Complementary color
Monochromatic Colors of #27E9DC
Black with #27E9DC
Text Example
Text Example
White with #27E9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E9DC; }
p { color: rgb(39,233,220); }
H1.HeaderClassName
{
color: #27E9DC;
}
.AnyTagClassName
{
color: #27E9DC;
}
</style>
background-color css
<style>
a { background-color: #27E9DC; }
a { background-color: rgb(39,233,220); }
div.DivClassName
{
background-color: #27E9DC;
}
.BgClassName
{
background-color: #27E9DC;
}
</style>
border-color css
<style>
span { border-color: #27E9DC; }
span { border-color: rgb(39,233,220); }
td.TdClassName
{
border-color: #27E9DC;
}
.TagClassName
{
border-color: #27E9DC;
}
</style>