Shades of Turquoise #39F2C4
Tints of Turquoise #39F2C4
RGB
CMYK
RGB Variations
Color information
#39F2C4 (or 0x39F2C4) is known color: Turquoise. HEX triplet: 39, F2 and C4. RGB value is (57,242,196). Sum of RGB (Red+Green+Blue) = 57+242+196=495 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.52% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #39F2C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F2C4 is #C60D3B. Grayscale: #B5B5B5. Windows color (decimal): -12979516 or 12907065. OLE color: 12907065.
HSL color Cylindrical-coordinate representation of color #39F2C4: hue angle of 165.08º 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 #39F2C4 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 242 | 196 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.05 |
| HSL | 165.08º | 0.88% | 0.59% | - |
| HSV(B) | 165.08º | 0.76% | 0.95% | - |
| XYZ | 43.4 | 68.36 | 63.13 | - |
| YUV | 181.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 242 | 196 | 0.76 | 0 | 0.19 | 0.05 | 165.08 | 0.88 | 0.59 |
| Hex | 39 | F2 | C4 | 4C | 0 | 13 | 5 | A5 | 58 | 3B |
| Octal | 71 | 362 | 304 | 114 | 0 | 23 | 5 | 245 | 130 | 73 |
| Binary | 111001 | 11110010 | 11000100 | 1001100 | 0 | 10011 | 101 | 10100101 | 1011000 | 111011 |
Color Harmonies of #39F2C4
Complementary color
Monochromatic Colors of #39F2C4
Black with #39F2C4
Text Example
Text Example
White with #39F2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F2C4; }
p { color: rgb(57,242,196); }
H1.HeaderClassName
{
color: #39F2C4;
}
.AnyTagClassName
{
color: #39F2C4;
}
</style>
background-color css
<style>
a { background-color: #39F2C4; }
a { background-color: rgb(57,242,196); }
div.DivClassName
{
background-color: #39F2C4;
}
.BgClassName
{
background-color: #39F2C4;
}
</style>
border-color css
<style>
span { border-color: #39F2C4; }
span { border-color: rgb(57,242,196); }
td.TdClassName
{
border-color: #39F2C4;
}
.TagClassName
{
border-color: #39F2C4;
}
</style>