Shades of Turquoise #39FEDC
Tints of Turquoise #39FEDC
RGB
CMYK
RGB Variations
Color information
#39FEDC (or 0x39FEDC) is known color: Turquoise. HEX triplet: 39, FE and DC. RGB value is (57,254,220). Sum of RGB (Red+Green+Blue) = 57+254+220=531 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.73% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #39FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FEDC is #C60123. Grayscale: #BFBFBF. Windows color (decimal): -12976420 or 14483001. OLE color: 14483001.
HSL color Cylindrical-coordinate representation of color #39FEDC: hue angle of 169.64º 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 #39FEDC is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 254 | 220 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.00 |
| HSL | 169.64º | 0.99% | 0.61% | - |
| HSV(B) | 169.64º | 0.78% | 1% | - |
| XYZ | 50.05 | 76.92 | 79.92 | - |
| YUV | 191.22 | 144.23 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 254 | 220 | 0.78 | 0 | 0.13 | 0.00 | 169.64 | 0.99 | 0.61 |
| Hex | 39 | FE | DC | 4E | 0 | D | 0 | AA | 63 | 3D |
| Octal | 71 | 376 | 334 | 116 | 0 | 15 | 0 | 252 | 143 | 75 |
| Binary | 111001 | 11111110 | 11011100 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100011 | 111101 |
Color Harmonies of #39FEDC
Complementary color
Monochromatic Colors of #39FEDC
Black with #39FEDC
Text Example
Text Example
White with #39FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FEDC; }
p { color: rgb(57,254,220); }
H1.HeaderClassName
{
color: #39FEDC;
}
.AnyTagClassName
{
color: #39FEDC;
}
</style>
background-color css
<style>
a { background-color: #39FEDC; }
a { background-color: rgb(57,254,220); }
div.DivClassName
{
background-color: #39FEDC;
}
.BgClassName
{
background-color: #39FEDC;
}
</style>
border-color css
<style>
span { border-color: #39FEDC; }
span { border-color: rgb(57,254,220); }
td.TdClassName
{
border-color: #39FEDC;
}
.TagClassName
{
border-color: #39FEDC;
}
</style>