Shades of Bright Turquoise #27FED9
Tints of Bright Turquoise #27FED9
RGB
CMYK
RGB Variations
Color information
#27FED9 (or 0x27FED9) is known color: Bright Turquoise. HEX triplet: 27, FE and D9. RGB value is (39,254,217). Sum of RGB (Red+Green+Blue) = 39+254+217=510 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.65% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #27FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FED9 is #D80126. Grayscale: #B9B9B9. Windows color (decimal): -14156071 or 14286375. OLE color: 14286375.
HSL color Cylindrical-coordinate representation of color #27FED9: hue angle of 169.67º 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 #27FED9 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 217 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.00 |
| HSL | 169.67º | 0.99% | 0.57% | - |
| HSV(B) | 169.67º | 0.85% | 1% | - |
| XYZ | 48.8 | 76.32 | 77.81 | - |
| YUV | 185.5 | 145.77 | 23.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 217 | 0.85 | 0 | 0.15 | 0.00 | 169.67 | 0.99 | 0.57 |
| Hex | 27 | FE | D9 | 55 | 0 | F | 0 | AA | 63 | 39 |
| Octal | 47 | 376 | 331 | 125 | 0 | 17 | 0 | 252 | 143 | 71 |
| Binary | 100111 | 11111110 | 11011001 | 1010101 | 0 | 1111 | 0 | 10101010 | 1100011 | 111001 |
Color Harmonies of #27FED9
Complementary color
Monochromatic Colors of #27FED9
Black with #27FED9
Text Example
Text Example
White with #27FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FED9; }
p { color: rgb(39,254,217); }
H1.HeaderClassName
{
color: #27FED9;
}
.AnyTagClassName
{
color: #27FED9;
}
</style>
background-color css
<style>
a { background-color: #27FED9; }
a { background-color: rgb(39,254,217); }
div.DivClassName
{
background-color: #27FED9;
}
.BgClassName
{
background-color: #27FED9;
}
</style>
border-color css
<style>
span { border-color: #27FED9; }
span { border-color: rgb(39,254,217); }
td.TdClassName
{
border-color: #27FED9;
}
.TagClassName
{
border-color: #27FED9;
}
</style>