Shades of Turquoise #39F2C1
Tints of Turquoise #39F2C1
RGB
CMYK
RGB Variations
Color information
#39F2C1 (or 0x39F2C1) is known color: Turquoise. HEX triplet: 39, F2 and C1. RGB value is (57,242,193). Sum of RGB (Red+Green+Blue) = 57+242+193=492 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.59% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #39F2C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F2C1 is #C60D3E. Grayscale: #B5B5B5. Windows color (decimal): -12979519 or 12710457. OLE color: 12710457.
HSL color Cylindrical-coordinate representation of color #39F2C1: hue angle of 164.11º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F2C1 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 242 | 193 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.05 |
| HSL | 164.11º | 0.88% | 0.59% | - |
| HSV(B) | 164.11º | 0.76% | 0.95% | - |
| XYZ | 43.07 | 68.22 | 61.35 | - |
| YUV | 181.1 | 134.71 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 242 | 193 | 0.76 | 0 | 0.20 | 0.05 | 164.11 | 0.88 | 0.59 |
| Hex | 39 | F2 | C1 | 4C | 0 | 14 | 5 | A4 | 58 | 3B |
| Octal | 71 | 362 | 301 | 114 | 0 | 24 | 5 | 244 | 130 | 73 |
| Binary | 111001 | 11110010 | 11000001 | 1001100 | 0 | 10100 | 101 | 10100100 | 1011000 | 111011 |
Color Harmonies of #39F2C1
Complementary color
Monochromatic Colors of #39F2C1
Black with #39F2C1
Text Example
Text Example
White with #39F2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F2C1; }
p { color: rgb(57,242,193); }
H1.HeaderClassName
{
color: #39F2C1;
}
.AnyTagClassName
{
color: #39F2C1;
}
</style>
background-color css
<style>
a { background-color: #39F2C1; }
a { background-color: rgb(57,242,193); }
div.DivClassName
{
background-color: #39F2C1;
}
.BgClassName
{
background-color: #39F2C1;
}
</style>
border-color css
<style>
span { border-color: #39F2C1; }
span { border-color: rgb(57,242,193); }
td.TdClassName
{
border-color: #39F2C1;
}
.TagClassName
{
border-color: #39F2C1;
}
</style>