Shades of Turquoise #39FFBD
Tints of Turquoise #39FFBD
RGB
CMYK
RGB Variations
Color information
#39FFBD (or 0x39FFBD) is known color: Turquoise. HEX triplet: 39, FF and BD. RGB value is (57,255,189). Sum of RGB (Red+Green+Blue) = 57+255+189=501 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.38% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFBD is #C60042. Grayscale: #BCBCBC. Windows color (decimal): -12976195 or 12451641. OLE color: 12451641.
HSL color Cylindrical-coordinate representation of color #39FFBD: hue angle of 160º 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 #39FFBD is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 189 | - |
| CMYK | 0.78 | 0 | 0.26 | 0 |
| HSL | 160º | 1% | 0.61% | - |
| HSV(B) | 160º | 0.78% | 1% | - |
| XYZ | 46.63 | 76.06 | 60.37 | - |
| YUV | 188.27 | 128.4 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 189 | 0.78 | 0 | 0.26 | 0 | 160 | 1 | 0.61 |
| Hex | 39 | FF | BD | 4E | 0 | 1A | 0 | A0 | 64 | 3D |
| Octal | 71 | 377 | 275 | 116 | 0 | 32 | 0 | 240 | 144 | 75 |
| Binary | 111001 | 11111111 | 10111101 | 1001110 | 0 | 11010 | 0 | 10100000 | 1100100 | 111101 |
Color Harmonies of #39FFBD
Complementary color
Monochromatic Colors of #39FFBD
Black with #39FFBD
Text Example
Text Example
White with #39FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFBD; }
p { color: rgb(57,255,189); }
H1.HeaderClassName
{
color: #39FFBD;
}
.AnyTagClassName
{
color: #39FFBD;
}
</style>
background-color css
<style>
a { background-color: #39FFBD; }
a { background-color: rgb(57,255,189); }
div.DivClassName
{
background-color: #39FFBD;
}
.BgClassName
{
background-color: #39FFBD;
}
</style>
border-color css
<style>
span { border-color: #39FFBD; }
span { border-color: rgb(57,255,189); }
td.TdClassName
{
border-color: #39FFBD;
}
.TagClassName
{
border-color: #39FFBD;
}
</style>