Shades of Turquoise #39FADE
Tints of Turquoise #39FADE
RGB
CMYK
RGB Variations
Color information
#39FADE (or 0x39FADE) is known color: Turquoise. HEX triplet: 39, FA and DE. RGB value is (57,250,222). Sum of RGB (Red+Green+Blue) = 57+250+222=529 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.78% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #39FADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FADE is #C60521. Grayscale: #BDBDBD. Windows color (decimal): -12977442 or 14613049. OLE color: 14613049.
HSL color Cylindrical-coordinate representation of color #39FADE: hue angle of 171.3º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39FADE is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 250 | 222 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.02 |
| HSL | 171.3º | 0.95% | 0.6% | - |
| HSV(B) | 171.3º | 0.77% | 0.98% | - |
| XYZ | 49.06 | 74.52 | 80.9 | - |
| YUV | 189.1 | 146.56 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 250 | 222 | 0.77 | 0 | 0.11 | 0.02 | 171.3 | 0.95 | 0.6 |
| Hex | 39 | FA | DE | 4D | 0 | B | 2 | AB | 5F | 3C |
| Octal | 71 | 372 | 336 | 115 | 0 | 13 | 2 | 253 | 137 | 74 |
| Binary | 111001 | 11111010 | 11011110 | 1001101 | 0 | 1011 | 10 | 10101011 | 1011111 | 111100 |
Color Harmonies of #39FADE
Complementary color
Monochromatic Colors of #39FADE
Black with #39FADE
Text Example
Text Example
White with #39FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FADE; }
p { color: rgb(57,250,222); }
H1.HeaderClassName
{
color: #39FADE;
}
.AnyTagClassName
{
color: #39FADE;
}
</style>
background-color css
<style>
a { background-color: #39FADE; }
a { background-color: rgb(57,250,222); }
div.DivClassName
{
background-color: #39FADE;
}
.BgClassName
{
background-color: #39FADE;
}
</style>
border-color css
<style>
span { border-color: #39FADE; }
span { border-color: rgb(57,250,222); }
td.TdClassName
{
border-color: #39FADE;
}
.TagClassName
{
border-color: #39FADE;
}
</style>