Shades of Turquoise #39FFB3
Tints of Turquoise #39FFB3
RGB
CMYK
RGB Variations
Color information
#39FFB3 (or 0x39FFB3) is known color: Turquoise. HEX triplet: 39, FF and B3. RGB value is (57,255,179). Sum of RGB (Red+Green+Blue) = 57+255+179=491 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.61% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFB3 is #C6004C. Grayscale: #BBBBBB. Windows color (decimal): -12976205 or 11796281. OLE color: 11796281.
HSL color Cylindrical-coordinate representation of color #39FFB3: hue angle of 156.97º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFB3 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 179 | - |
| CMYK | 0.78 | 0 | 0.30 | 0 |
| HSL | 156.97º | 1% | 0.61% | - |
| HSV(B) | 156.97º | 0.78% | 1% | - |
| XYZ | 45.58 | 75.64 | 54.85 | - |
| YUV | 187.13 | 123.4 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 179 | 0.78 | 0 | 0.30 | 0 | 156.97 | 1 | 0.61 |
| Hex | 39 | FF | B3 | 4E | 0 | 1E | 0 | 9D | 64 | 3D |
| Octal | 71 | 377 | 263 | 116 | 0 | 36 | 0 | 235 | 144 | 75 |
| Binary | 111001 | 11111111 | 10110011 | 1001110 | 0 | 11110 | 0 | 10011101 | 1100100 | 111101 |
Color Harmonies of #39FFB3
Complementary color
Monochromatic Colors of #39FFB3
Black with #39FFB3
Text Example
Text Example
White with #39FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFB3; }
p { color: rgb(57,255,179); }
H1.HeaderClassName
{
color: #39FFB3;
}
.AnyTagClassName
{
color: #39FFB3;
}
</style>
background-color css
<style>
a { background-color: #39FFB3; }
a { background-color: rgb(57,255,179); }
div.DivClassName
{
background-color: #39FFB3;
}
.BgClassName
{
background-color: #39FFB3;
}
</style>
border-color css
<style>
span { border-color: #39FFB3; }
span { border-color: rgb(57,255,179); }
td.TdClassName
{
border-color: #39FFB3;
}
.TagClassName
{
border-color: #39FFB3;
}
</style>