Shades of Turquoise #27E9C1
Tints of Turquoise #27E9C1
RGB
CMYK
RGB Variations
Color information
#27E9C1 (or 0x27E9C1) is known color: Turquoise. HEX triplet: 27, E9 and C1. RGB value is (39,233,193). Sum of RGB (Red+Green+Blue) = 39+233+193=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9C1 is #D8163E. Grayscale: #AAAAAA. Windows color (decimal): -14161471 or 12708135. OLE color: 12708135.
HSL color Cylindrical-coordinate representation of color #27E9C1: hue angle of 167.63º 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 #27E9C1 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 233 | 193 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.09 |
| HSL | 167.63º | 0.82% | 0.53% | - |
| HSV(B) | 167.63º | 0.83% | 0.91% | - |
| XYZ | 39.6 | 62.56 | 60.44 | - |
| YUV | 170.43 | 140.73 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 233 | 193 | 0.83 | 0 | 0.17 | 0.09 | 167.63 | 0.82 | 0.53 |
| Hex | 27 | E9 | C1 | 53 | 0 | 11 | 9 | A8 | 52 | 35 |
| Octal | 47 | 351 | 301 | 123 | 0 | 21 | 11 | 250 | 122 | 65 |
| Binary | 100111 | 11101001 | 11000001 | 1010011 | 0 | 10001 | 1001 | 10101000 | 1010010 | 110101 |
Color Harmonies of #27E9C1
Complementary color
Monochromatic Colors of #27E9C1
Black with #27E9C1
Text Example
Text Example
White with #27E9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E9C1; }
p { color: rgb(39,233,193); }
H1.HeaderClassName
{
color: #27E9C1;
}
.AnyTagClassName
{
color: #27E9C1;
}
</style>
background-color css
<style>
a { background-color: #27E9C1; }
a { background-color: rgb(39,233,193); }
div.DivClassName
{
background-color: #27E9C1;
}
.BgClassName
{
background-color: #27E9C1;
}
</style>
border-color css
<style>
span { border-color: #27E9C1; }
span { border-color: rgb(39,233,193); }
td.TdClassName
{
border-color: #27E9C1;
}
.TagClassName
{
border-color: #27E9C1;
}
</style>