Shades of Turquoise #39FEDA
Tints of Turquoise #39FEDA
RGB
CMYK
RGB Variations
Color information
#39FEDA (or 0x39FEDA) is known color: Turquoise. HEX triplet: 39, FE and DA. RGB value is (57,254,218). Sum of RGB (Red+Green+Blue) = 57+254+218=529 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.78% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #39FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FEDA is #C60125. Grayscale: #BEBEBE. Windows color (decimal): -12976422 or 14351929. OLE color: 14351929.
HSL color Cylindrical-coordinate representation of color #39FEDA: hue angle of 169.04º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FEDA is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 254 | 218 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.00 |
| HSL | 169.04º | 0.99% | 0.61% | - |
| HSV(B) | 169.04º | 0.78% | 1% | - |
| XYZ | 49.78 | 76.82 | 78.53 | - |
| YUV | 190.99 | 143.23 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 254 | 218 | 0.78 | 0 | 0.14 | 0.00 | 169.04 | 0.99 | 0.61 |
| Hex | 39 | FE | DA | 4E | 0 | E | 0 | A9 | 63 | 3D |
| Octal | 71 | 376 | 332 | 116 | 0 | 16 | 0 | 251 | 143 | 75 |
| Binary | 111001 | 11111110 | 11011010 | 1001110 | 0 | 1110 | 0 | 10101001 | 1100011 | 111101 |
Color Harmonies of #39FEDA
Complementary color
Monochromatic Colors of #39FEDA
Black with #39FEDA
Text Example
Text Example
White with #39FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FEDA; }
p { color: rgb(57,254,218); }
H1.HeaderClassName
{
color: #39FEDA;
}
.AnyTagClassName
{
color: #39FEDA;
}
</style>
background-color css
<style>
a { background-color: #39FEDA; }
a { background-color: rgb(57,254,218); }
div.DivClassName
{
background-color: #39FEDA;
}
.BgClassName
{
background-color: #39FEDA;
}
</style>
border-color css
<style>
span { border-color: #39FEDA; }
span { border-color: rgb(57,254,218); }
td.TdClassName
{
border-color: #39FEDA;
}
.TagClassName
{
border-color: #39FEDA;
}
</style>