Shades of Turquoise #39FBBE
Tints of Turquoise #39FBBE
RGB
CMYK
RGB Variations
Color information
#39FBBE (or 0x39FBBE) is known color: Turquoise. HEX triplet: 39, FB and BE. RGB value is (57,251,190). Sum of RGB (Red+Green+Blue) = 57+251+190=498 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.45% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #39FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FBBE is #C60441. Grayscale: #BABABA. Windows color (decimal): -12977218 or 12516153. OLE color: 12516153.
HSL color Cylindrical-coordinate representation of color #39FBBE: hue angle of 161.13º 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 #39FBBE is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 251 | 190 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.02 |
| HSL | 161.13º | 0.96% | 0.6% | - |
| HSV(B) | 161.13º | 0.77% | 0.98% | - |
| XYZ | 45.48 | 73.58 | 60.52 | - |
| YUV | 186.04 | 130.23 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 251 | 190 | 0.77 | 0 | 0.24 | 0.02 | 161.13 | 0.96 | 0.6 |
| Hex | 39 | FB | BE | 4D | 0 | 18 | 2 | A1 | 60 | 3C |
| Octal | 71 | 373 | 276 | 115 | 0 | 30 | 2 | 241 | 140 | 74 |
| Binary | 111001 | 11111011 | 10111110 | 1001101 | 0 | 11000 | 10 | 10100001 | 1100000 | 111100 |
Color Harmonies of #39FBBE
Complementary color
Monochromatic Colors of #39FBBE
Black with #39FBBE
Text Example
Text Example
White with #39FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FBBE; }
p { color: rgb(57,251,190); }
H1.HeaderClassName
{
color: #39FBBE;
}
.AnyTagClassName
{
color: #39FBBE;
}
</style>
background-color css
<style>
a { background-color: #39FBBE; }
a { background-color: rgb(57,251,190); }
div.DivClassName
{
background-color: #39FBBE;
}
.BgClassName
{
background-color: #39FBBE;
}
</style>
border-color css
<style>
span { border-color: #39FBBE; }
span { border-color: rgb(57,251,190); }
td.TdClassName
{
border-color: #39FBBE;
}
.TagClassName
{
border-color: #39FBBE;
}
</style>