Shades of Turquoise #39F3B1
Tints of Turquoise #39F3B1
RGB
CMYK
RGB Variations
Color information
#39F3B1 (or 0x39F3B1) is known color: Turquoise. HEX triplet: 39, F3 and B1. RGB value is (57,243,177). Sum of RGB (Red+Green+Blue) = 57+243+177=477 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.95% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #39F3B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39F3B1 is #C60C4E. Grayscale: #B3B3B3. Windows color (decimal): -12979279 or 11662137. OLE color: 11662137.
HSL color Cylindrical-coordinate representation of color #39F3B1: hue angle of 158.71º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F3B1 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 243 | 177 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.05 |
| HSL | 158.71º | 0.89% | 0.59% | - |
| HSV(B) | 158.71º | 0.77% | 0.95% | - |
| XYZ | 41.67 | 68.15 | 52.55 | - |
| YUV | 179.86 | 126.38 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 243 | 177 | 0.77 | 0 | 0.27 | 0.05 | 158.71 | 0.89 | 0.59 |
| Hex | 39 | F3 | B1 | 4D | 0 | 1B | 5 | 9F | 59 | 3B |
| Octal | 71 | 363 | 261 | 115 | 0 | 33 | 5 | 237 | 131 | 73 |
| Binary | 111001 | 11110011 | 10110001 | 1001101 | 0 | 11011 | 101 | 10011111 | 1011001 | 111011 |
Color Harmonies of #39F3B1
Complementary color
Monochromatic Colors of #39F3B1
Black with #39F3B1
Text Example
Text Example
White with #39F3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F3B1; }
p { color: rgb(57,243,177); }
H1.HeaderClassName
{
color: #39F3B1;
}
.AnyTagClassName
{
color: #39F3B1;
}
</style>
background-color css
<style>
a { background-color: #39F3B1; }
a { background-color: rgb(57,243,177); }
div.DivClassName
{
background-color: #39F3B1;
}
.BgClassName
{
background-color: #39F3B1;
}
</style>
border-color css
<style>
span { border-color: #39F3B1; }
span { border-color: rgb(57,243,177); }
td.TdClassName
{
border-color: #39F3B1;
}
.TagClassName
{
border-color: #39F3B1;
}
</style>