Shades of Turquoise #27E2C6
Tints of Turquoise #27E2C6
RGB
CMYK
RGB Variations
Color information
#27E2C6 (or 0x27E2C6) is known color: Turquoise. HEX triplet: 27, E2 and C6. RGB value is (39,226,198). Sum of RGB (Red+Green+Blue) = 39+226+198=463 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.42% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #27E2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E2C6 is #D81D39. Grayscale: #A6A6A6. Windows color (decimal): -14163258 or 13034023. OLE color: 13034023.
HSL color Cylindrical-coordinate representation of color #27E2C6: hue angle of 171.02º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E2C6 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 226 | 198 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.11 |
| HSL | 171.02º | 0.76% | 0.52% | - |
| HSV(B) | 171.02º | 0.83% | 0.89% | - |
| XYZ | 38.23 | 58.9 | 62.78 | - |
| YUV | 166.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 226 | 198 | 0.83 | 0 | 0.12 | 0.11 | 171.02 | 0.76 | 0.52 |
| Hex | 27 | E2 | C6 | 53 | 0 | C | B | AB | 4C | 34 |
| Octal | 47 | 342 | 306 | 123 | 0 | 14 | 13 | 253 | 114 | 64 |
| Binary | 100111 | 11100010 | 11000110 | 1010011 | 0 | 1100 | 1011 | 10101011 | 1001100 | 110100 |
Color Harmonies of #27E2C6
Complementary color
Monochromatic Colors of #27E2C6
Black with #27E2C6
Text Example
Text Example
White with #27E2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E2C6; }
p { color: rgb(39,226,198); }
H1.HeaderClassName
{
color: #27E2C6;
}
.AnyTagClassName
{
color: #27E2C6;
}
</style>
background-color css
<style>
a { background-color: #27E2C6; }
a { background-color: rgb(39,226,198); }
div.DivClassName
{
background-color: #27E2C6;
}
.BgClassName
{
background-color: #27E2C6;
}
</style>
border-color css
<style>
span { border-color: #27E2C6; }
span { border-color: rgb(39,226,198); }
td.TdClassName
{
border-color: #27E2C6;
}
.TagClassName
{
border-color: #27E2C6;
}
</style>