Shades of Turquoise #39FDE2
Tints of Turquoise #39FDE2
RGB
CMYK
RGB Variations
Color information
#39FDE2 (or 0x39FDE2) is known color: Turquoise. HEX triplet: 39, FD and E2. RGB value is (57,253,226). Sum of RGB (Red+Green+Blue) = 57+253+226=536 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.63% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #39FDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FDE2 is #C6021D. Grayscale: #BFBFBF. Windows color (decimal): -12976670 or 14875961. OLE color: 14875961.
HSL color Cylindrical-coordinate representation of color #39FDE2: hue angle of 171.73º 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 #39FDE2 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 253 | 226 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.01 |
| HSL | 171.73º | 0.98% | 0.61% | - |
| HSV(B) | 171.73º | 0.77% | 0.99% | - |
| XYZ | 50.54 | 76.61 | 84.08 | - |
| YUV | 191.32 | 147.57 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 253 | 226 | 0.77 | 0 | 0.11 | 0.01 | 171.73 | 0.98 | 0.61 |
| Hex | 39 | FD | E2 | 4D | 0 | B | 1 | AC | 62 | 3D |
| Octal | 71 | 375 | 342 | 115 | 0 | 13 | 1 | 254 | 142 | 75 |
| Binary | 111001 | 11111101 | 11100010 | 1001101 | 0 | 1011 | 1 | 10101100 | 1100010 | 111101 |
Color Harmonies of #39FDE2
Complementary color
Monochromatic Colors of #39FDE2
Black with #39FDE2
Text Example
Text Example
White with #39FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FDE2; }
p { color: rgb(57,253,226); }
H1.HeaderClassName
{
color: #39FDE2;
}
.AnyTagClassName
{
color: #39FDE2;
}
</style>
background-color css
<style>
a { background-color: #39FDE2; }
a { background-color: rgb(57,253,226); }
div.DivClassName
{
background-color: #39FDE2;
}
.BgClassName
{
background-color: #39FDE2;
}
</style>
border-color css
<style>
span { border-color: #39FDE2; }
span { border-color: rgb(57,253,226); }
td.TdClassName
{
border-color: #39FDE2;
}
.TagClassName
{
border-color: #39FDE2;
}
</style>