Shades of Turquoise #39F9E5
Tints of Turquoise #39F9E5
RGB
CMYK
RGB Variations
Color information
#39F9E5 (or 0x39F9E5) is known color: Turquoise. HEX triplet: 39, F9 and E5. RGB value is (57,249,229). Sum of RGB (Red+Green+Blue) = 57+249+229=535 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.65% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F9E5 is #C6061A. Grayscale: #BDBDBD. Windows color (decimal): -12977691 or 15071545. OLE color: 15071545.
HSL color Cylindrical-coordinate representation of color #39F9E5: hue angle of 173.75º degrees, saturation: 0.94, 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 #39F9E5 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 249 | 229 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.02 |
| HSL | 173.75º | 0.94% | 0.6% | - |
| HSV(B) | 173.75º | 0.77% | 0.98% | - |
| XYZ | 49.71 | 74.28 | 85.85 | - |
| YUV | 189.31 | 150.39 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 249 | 229 | 0.77 | 0 | 0.08 | 0.02 | 173.75 | 0.94 | 0.6 |
| Hex | 39 | F9 | E5 | 4D | 0 | 8 | 2 | AE | 5E | 3C |
| Octal | 71 | 371 | 345 | 115 | 0 | 10 | 2 | 256 | 136 | 74 |
| Binary | 111001 | 11111001 | 11100101 | 1001101 | 0 | 1000 | 10 | 10101110 | 1011110 | 111100 |
Color Harmonies of #39F9E5
Complementary color
Monochromatic Colors of #39F9E5
Black with #39F9E5
Text Example
Text Example
White with #39F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F9E5; }
p { color: rgb(57,249,229); }
H1.HeaderClassName
{
color: #39F9E5;
}
.AnyTagClassName
{
color: #39F9E5;
}
</style>
background-color css
<style>
a { background-color: #39F9E5; }
a { background-color: rgb(57,249,229); }
div.DivClassName
{
background-color: #39F9E5;
}
.BgClassName
{
background-color: #39F9E5;
}
</style>
border-color css
<style>
span { border-color: #39F9E5; }
span { border-color: rgb(57,249,229); }
td.TdClassName
{
border-color: #39F9E5;
}
.TagClassName
{
border-color: #39F9E5;
}
</style>