Shades of Turquoise #39FECB
Tints of Turquoise #39FECB
RGB
CMYK
RGB Variations
Color information
#39FECB (or 0x39FECB) is known color: Turquoise. HEX triplet: 39, FE and CB. RGB value is (57,254,203). Sum of RGB (Red+Green+Blue) = 57+254+203=514 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.09% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #39FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FECB is #C60134. Grayscale: #BDBDBD. Windows color (decimal): -12976437 or 13368889. OLE color: 13368889.
HSL color Cylindrical-coordinate representation of color #39FECB: hue angle of 164.47º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FECB is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 254 | 203 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.00 |
| HSL | 164.47º | 0.99% | 0.61% | - |
| HSV(B) | 164.47º | 0.78% | 1% | - |
| XYZ | 47.91 | 76.07 | 68.66 | - |
| YUV | 189.28 | 135.73 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 254 | 203 | 0.78 | 0 | 0.20 | 0.00 | 164.47 | 0.99 | 0.61 |
| Hex | 39 | FE | CB | 4E | 0 | 14 | 0 | A4 | 63 | 3D |
| Octal | 71 | 376 | 313 | 116 | 0 | 24 | 0 | 244 | 143 | 75 |
| Binary | 111001 | 11111110 | 11001011 | 1001110 | 0 | 10100 | 0 | 10100100 | 1100011 | 111101 |
Color Harmonies of #39FECB
Complementary color
Monochromatic Colors of #39FECB
Black with #39FECB
Text Example
Text Example
White with #39FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FECB; }
p { color: rgb(57,254,203); }
H1.HeaderClassName
{
color: #39FECB;
}
.AnyTagClassName
{
color: #39FECB;
}
</style>
background-color css
<style>
a { background-color: #39FECB; }
a { background-color: rgb(57,254,203); }
div.DivClassName
{
background-color: #39FECB;
}
.BgClassName
{
background-color: #39FECB;
}
</style>
border-color css
<style>
span { border-color: #39FECB; }
span { border-color: rgb(57,254,203); }
td.TdClassName
{
border-color: #39FECB;
}
.TagClassName
{
border-color: #39FECB;
}
</style>