Shades of Turquoise #39FEDE
Tints of Turquoise #39FEDE
RGB
CMYK
RGB Variations
Color information
#39FEDE (or 0x39FEDE) is known color: Turquoise. HEX triplet: 39, FE and DE. RGB value is (57,254,222). Sum of RGB (Red+Green+Blue) = 57+254+222=533 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.69% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #39FEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FEDE is #C60121. Grayscale: #BFBFBF. Windows color (decimal): -12976418 or 14614073. OLE color: 14614073.
HSL color Cylindrical-coordinate representation of color #39FEDE: hue angle of 170.25º 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 #39FEDE is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 254 | 222 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.00 |
| HSL | 170.25º | 0.99% | 0.61% | - |
| HSV(B) | 170.25º | 0.78% | 1% | - |
| XYZ | 50.31 | 77.03 | 81.32 | - |
| YUV | 191.45 | 145.23 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 254 | 222 | 0.78 | 0 | 0.13 | 0.00 | 170.25 | 0.99 | 0.61 |
| Hex | 39 | FE | DE | 4E | 0 | D | 0 | AA | 63 | 3D |
| Octal | 71 | 376 | 336 | 116 | 0 | 15 | 0 | 252 | 143 | 75 |
| Binary | 111001 | 11111110 | 11011110 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100011 | 111101 |
Color Harmonies of #39FEDE
Complementary color
Monochromatic Colors of #39FEDE
Black with #39FEDE
Text Example
Text Example
White with #39FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FEDE; }
p { color: rgb(57,254,222); }
H1.HeaderClassName
{
color: #39FEDE;
}
.AnyTagClassName
{
color: #39FEDE;
}
</style>
background-color css
<style>
a { background-color: #39FEDE; }
a { background-color: rgb(57,254,222); }
div.DivClassName
{
background-color: #39FEDE;
}
.BgClassName
{
background-color: #39FEDE;
}
</style>
border-color css
<style>
span { border-color: #39FEDE; }
span { border-color: rgb(57,254,222); }
td.TdClassName
{
border-color: #39FEDE;
}
.TagClassName
{
border-color: #39FEDE;
}
</style>