Shades of Turquoise #39FDE6
Tints of Turquoise #39FDE6
RGB
CMYK
RGB Variations
Color information
#39FDE6 (or 0x39FDE6) is known color: Turquoise. HEX triplet: 39, FD and E6. RGB value is (57,253,230). Sum of RGB (Red+Green+Blue) = 57+253+230=540 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.56% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #39FDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FDE6 is #C60219. Grayscale: #BFBFBF. Windows color (decimal): -12976666 or 15138105. OLE color: 15138105.
HSL color Cylindrical-coordinate representation of color #39FDE6: hue angle of 172.96º 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 #39FDE6 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 253 | 230 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.01 |
| HSL | 172.96º | 0.98% | 0.61% | - |
| HSV(B) | 172.96º | 0.77% | 0.99% | - |
| XYZ | 51.1 | 76.83 | 87 | - |
| YUV | 191.77 | 149.57 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 253 | 230 | 0.77 | 0 | 0.09 | 0.01 | 172.96 | 0.98 | 0.61 |
| Hex | 39 | FD | E6 | 4D | 0 | 9 | 1 | AD | 62 | 3D |
| Octal | 71 | 375 | 346 | 115 | 0 | 11 | 1 | 255 | 142 | 75 |
| Binary | 111001 | 11111101 | 11100110 | 1001101 | 0 | 1001 | 1 | 10101101 | 1100010 | 111101 |
Color Harmonies of #39FDE6
Complementary color
Monochromatic Colors of #39FDE6
Black with #39FDE6
Text Example
Text Example
White with #39FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FDE6; }
p { color: rgb(57,253,230); }
H1.HeaderClassName
{
color: #39FDE6;
}
.AnyTagClassName
{
color: #39FDE6;
}
</style>
background-color css
<style>
a { background-color: #39FDE6; }
a { background-color: rgb(57,253,230); }
div.DivClassName
{
background-color: #39FDE6;
}
.BgClassName
{
background-color: #39FDE6;
}
</style>
border-color css
<style>
span { border-color: #39FDE6; }
span { border-color: rgb(57,253,230); }
td.TdClassName
{
border-color: #39FDE6;
}
.TagClassName
{
border-color: #39FDE6;
}
</style>