Shades of Turquoise #39FDE1
Tints of Turquoise #39FDE1
RGB
CMYK
RGB Variations
Color information
#39FDE1 (or 0x39FDE1) is known color: Turquoise. HEX triplet: 39, FD and E1. RGB value is (57,253,225). Sum of RGB (Red+Green+Blue) = 57+253+225=535 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.65% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #39FDE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FDE1 is #C6021E. Grayscale: #BFBFBF. Windows color (decimal): -12976671 or 14810425. OLE color: 14810425.
HSL color Cylindrical-coordinate representation of color #39FDE1: hue angle of 171.43º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39FDE1 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 253 | 225 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.01 |
| HSL | 171.43º | 0.98% | 0.61% | - |
| HSV(B) | 171.43º | 0.77% | 0.99% | - |
| XYZ | 50.4 | 76.56 | 83.35 | - |
| YUV | 191.2 | 147.07 | 32.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 253 | 225 | 0.77 | 0 | 0.11 | 0.01 | 171.43 | 0.98 | 0.61 |
| Hex | 39 | FD | E1 | 4D | 0 | B | 1 | AB | 62 | 3D |
| Octal | 71 | 375 | 341 | 115 | 0 | 13 | 1 | 253 | 142 | 75 |
| Binary | 111001 | 11111101 | 11100001 | 1001101 | 0 | 1011 | 1 | 10101011 | 1100010 | 111101 |
Color Harmonies of #39FDE1
Complementary color
Monochromatic Colors of #39FDE1
Black with #39FDE1
Text Example
Text Example
White with #39FDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FDE1; }
p { color: rgb(57,253,225); }
H1.HeaderClassName
{
color: #39FDE1;
}
.AnyTagClassName
{
color: #39FDE1;
}
</style>
background-color css
<style>
a { background-color: #39FDE1; }
a { background-color: rgb(57,253,225); }
div.DivClassName
{
background-color: #39FDE1;
}
.BgClassName
{
background-color: #39FDE1;
}
</style>
border-color css
<style>
span { border-color: #39FDE1; }
span { border-color: rgb(57,253,225); }
td.TdClassName
{
border-color: #39FDE1;
}
.TagClassName
{
border-color: #39FDE1;
}
</style>