Shades of Turquoise #39F2C3
Tints of Turquoise #39F2C3
RGB
CMYK
RGB Variations
Color information
#39F2C3 (or 0x39F2C3) is known color: Turquoise. HEX triplet: 39, F2 and C3. RGB value is (57,242,195). Sum of RGB (Red+Green+Blue) = 57+242+195=494 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.54% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #39F2C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F2C3 is #C60D3C. Grayscale: #B5B5B5. Windows color (decimal): -12979517 or 12841529. OLE color: 12841529.
HSL color Cylindrical-coordinate representation of color #39F2C3: hue angle of 164.76º 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 #39F2C3 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 242 | 195 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.05 |
| HSL | 164.76º | 0.88% | 0.59% | - |
| HSV(B) | 164.76º | 0.76% | 0.95% | - |
| XYZ | 43.29 | 68.31 | 62.53 | - |
| YUV | 181.33 | 135.71 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 242 | 195 | 0.76 | 0 | 0.19 | 0.05 | 164.76 | 0.88 | 0.59 |
| Hex | 39 | F2 | C3 | 4C | 0 | 13 | 5 | A5 | 58 | 3B |
| Octal | 71 | 362 | 303 | 114 | 0 | 23 | 5 | 245 | 130 | 73 |
| Binary | 111001 | 11110010 | 11000011 | 1001100 | 0 | 10011 | 101 | 10100101 | 1011000 | 111011 |
Color Harmonies of #39F2C3
Complementary color
Monochromatic Colors of #39F2C3
Black with #39F2C3
Text Example
Text Example
White with #39F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F2C3; }
p { color: rgb(57,242,195); }
H1.HeaderClassName
{
color: #39F2C3;
}
.AnyTagClassName
{
color: #39F2C3;
}
</style>
background-color css
<style>
a { background-color: #39F2C3; }
a { background-color: rgb(57,242,195); }
div.DivClassName
{
background-color: #39F2C3;
}
.BgClassName
{
background-color: #39F2C3;
}
</style>
border-color css
<style>
span { border-color: #39F2C3; }
span { border-color: rgb(57,242,195); }
td.TdClassName
{
border-color: #39F2C3;
}
.TagClassName
{
border-color: #39F2C3;
}
</style>