Shades of Bright Turquoise #27FEDA
Tints of Bright Turquoise #27FEDA
RGB
CMYK
RGB Variations
Color information
#27FEDA (or 0x27FEDA) is known color: Bright Turquoise. HEX triplet: 27, FE and DA. RGB value is (39,254,218). Sum of RGB (Red+Green+Blue) = 39+254+218=511 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.63% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #27FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FEDA is #D80125. Grayscale: #B9B9B9. Windows color (decimal): -14156070 or 14351911. OLE color: 14351911.
HSL color Cylindrical-coordinate representation of color #27FEDA: hue angle of 169.95º 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 #27FEDA is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 218 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.00 |
| HSL | 169.95º | 0.99% | 0.57% | - |
| HSV(B) | 169.95º | 0.85% | 1% | - |
| XYZ | 48.93 | 76.38 | 78.49 | - |
| YUV | 185.61 | 146.27 | 23.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 218 | 0.85 | 0 | 0.14 | 0.00 | 169.95 | 0.99 | 0.57 |
| Hex | 27 | FE | DA | 55 | 0 | E | 0 | AA | 63 | 39 |
| Octal | 47 | 376 | 332 | 125 | 0 | 16 | 0 | 252 | 143 | 71 |
| Binary | 100111 | 11111110 | 11011010 | 1010101 | 0 | 1110 | 0 | 10101010 | 1100011 | 111001 |
Color Harmonies of #27FEDA
Complementary color
Monochromatic Colors of #27FEDA
Black with #27FEDA
Text Example
Text Example
White with #27FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FEDA; }
p { color: rgb(39,254,218); }
H1.HeaderClassName
{
color: #27FEDA;
}
.AnyTagClassName
{
color: #27FEDA;
}
</style>
background-color css
<style>
a { background-color: #27FEDA; }
a { background-color: rgb(39,254,218); }
div.DivClassName
{
background-color: #27FEDA;
}
.BgClassName
{
background-color: #27FEDA;
}
</style>
border-color css
<style>
span { border-color: #27FEDA; }
span { border-color: rgb(39,254,218); }
td.TdClassName
{
border-color: #27FEDA;
}
.TagClassName
{
border-color: #27FEDA;
}
</style>