Shades of Turquoise #27FED6
Tints of Turquoise #27FED6
RGB
CMYK
RGB Variations
Color information
#27FED6 (or 0x27FED6) is known color: Turquoise. HEX triplet: 27, FE and D6. RGB value is (39,254,214). Sum of RGB (Red+Green+Blue) = 39+254+214=507 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.69% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #27FED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FED6 is #D80129. Grayscale: #B9B9B9. Windows color (decimal): -14156074 or 14089767. OLE color: 14089767.
HSL color Cylindrical-coordinate representation of color #27FED6: hue angle of 168.84º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FED6 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 214 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.00 |
| HSL | 168.84º | 0.99% | 0.57% | - |
| HSV(B) | 168.84º | 0.85% | 1% | - |
| XYZ | 48.42 | 76.17 | 75.77 | - |
| YUV | 185.16 | 144.27 | 23.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 214 | 0.85 | 0 | 0.16 | 0.00 | 168.84 | 0.99 | 0.57 |
| Hex | 27 | FE | D6 | 55 | 0 | 10 | 0 | A9 | 63 | 39 |
| Octal | 47 | 376 | 326 | 125 | 0 | 20 | 0 | 251 | 143 | 71 |
| Binary | 100111 | 11111110 | 11010110 | 1010101 | 0 | 10000 | 0 | 10101001 | 1100011 | 111001 |
Color Harmonies of #27FED6
Complementary color
Monochromatic Colors of #27FED6
Black with #27FED6
Text Example
Text Example
White with #27FED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FED6; }
p { color: rgb(39,254,214); }
H1.HeaderClassName
{
color: #27FED6;
}
.AnyTagClassName
{
color: #27FED6;
}
</style>
background-color css
<style>
a { background-color: #27FED6; }
a { background-color: rgb(39,254,214); }
div.DivClassName
{
background-color: #27FED6;
}
.BgClassName
{
background-color: #27FED6;
}
</style>
border-color css
<style>
span { border-color: #27FED6; }
span { border-color: rgb(39,254,214); }
td.TdClassName
{
border-color: #27FED6;
}
.TagClassName
{
border-color: #27FED6;
}
</style>