Shades of Turquoise #39FBC2
Tints of Turquoise #39FBC2
RGB
CMYK
RGB Variations
Color information
#39FBC2 (or 0x39FBC2) is known color: Turquoise. HEX triplet: 39, FB and C2. RGB value is (57,251,194). Sum of RGB (Red+Green+Blue) = 57+251+194=502 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.35% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #39FBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FBC2 is #C6043D. Grayscale: #BABABA. Windows color (decimal): -12977214 or 12778297. OLE color: 12778297.
HSL color Cylindrical-coordinate representation of color #39FBC2: hue angle of 162.37º degrees, saturation: 0.96, 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 #39FBC2 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 251 | 194 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.02 |
| HSL | 162.37º | 0.96% | 0.6% | - |
| HSV(B) | 162.37º | 0.77% | 0.98% | - |
| XYZ | 45.92 | 73.76 | 62.86 | - |
| YUV | 186.5 | 132.23 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 251 | 194 | 0.77 | 0 | 0.23 | 0.02 | 162.37 | 0.96 | 0.6 |
| Hex | 39 | FB | C2 | 4D | 0 | 17 | 2 | A2 | 60 | 3C |
| Octal | 71 | 373 | 302 | 115 | 0 | 27 | 2 | 242 | 140 | 74 |
| Binary | 111001 | 11111011 | 11000010 | 1001101 | 0 | 10111 | 10 | 10100010 | 1100000 | 111100 |
Color Harmonies of #39FBC2
Complementary color
Monochromatic Colors of #39FBC2
Black with #39FBC2
Text Example
Text Example
White with #39FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FBC2; }
p { color: rgb(57,251,194); }
H1.HeaderClassName
{
color: #39FBC2;
}
.AnyTagClassName
{
color: #39FBC2;
}
</style>
background-color css
<style>
a { background-color: #39FBC2; }
a { background-color: rgb(57,251,194); }
div.DivClassName
{
background-color: #39FBC2;
}
.BgClassName
{
background-color: #39FBC2;
}
</style>
border-color css
<style>
span { border-color: #39FBC2; }
span { border-color: rgb(57,251,194); }
td.TdClassName
{
border-color: #39FBC2;
}
.TagClassName
{
border-color: #39FBC2;
}
</style>