Shades of Turquoise #27E1D7
Tints of Turquoise #27E1D7
RGB
CMYK
RGB Variations
Color information
#27E1D7 (or 0x27E1D7) is known color: Turquoise. HEX triplet: 27, E1 and D7. RGB value is (39,225,215). Sum of RGB (Red+Green+Blue) = 39+225+215=479 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.14% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #27E1D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E1D7 is #D81E28. Grayscale: #A8A8A8. Windows color (decimal): -14163497 or 14147879. OLE color: 14147879.
HSL color Cylindrical-coordinate representation of color #27E1D7: hue angle of 176.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E1D7 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 225 | 215 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.12 |
| HSL | 176.77º | 0.76% | 0.52% | - |
| HSV(B) | 176.77º | 0.83% | 0.88% | - |
| XYZ | 40.03 | 59.19 | 73.6 | - |
| YUV | 168.25 | 154.38 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 225 | 215 | 0.83 | 0 | 0.04 | 0.12 | 176.77 | 0.76 | 0.52 |
| Hex | 27 | E1 | D7 | 53 | 0 | 4 | C | B1 | 4C | 34 |
| Octal | 47 | 341 | 327 | 123 | 0 | 4 | 14 | 261 | 114 | 64 |
| Binary | 100111 | 11100001 | 11010111 | 1010011 | 0 | 100 | 1100 | 10110001 | 1001100 | 110100 |
Color Harmonies of #27E1D7
Complementary color
Monochromatic Colors of #27E1D7
Black with #27E1D7
Text Example
Text Example
White with #27E1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E1D7; }
p { color: rgb(39,225,215); }
H1.HeaderClassName
{
color: #27E1D7;
}
.AnyTagClassName
{
color: #27E1D7;
}
</style>
background-color css
<style>
a { background-color: #27E1D7; }
a { background-color: rgb(39,225,215); }
div.DivClassName
{
background-color: #27E1D7;
}
.BgClassName
{
background-color: #27E1D7;
}
</style>
border-color css
<style>
span { border-color: #27E1D7; }
span { border-color: rgb(39,225,215); }
td.TdClassName
{
border-color: #27E1D7;
}
.TagClassName
{
border-color: #27E1D7;
}
</style>