Shades of Turquoise #39FBCB
Tints of Turquoise #39FBCB
RGB
CMYK
RGB Variations
Color information
#39FBCB (or 0x39FBCB) is known color: Turquoise. HEX triplet: 39, FB and CB. RGB value is (57,251,203). Sum of RGB (Red+Green+Blue) = 57+251+203=511 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.15% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #39FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FBCB is #C60434. Grayscale: #BBBBBB. Windows color (decimal): -12977205 or 13368121. OLE color: 13368121.
HSL color Cylindrical-coordinate representation of color #39FBCB: hue angle of 165.15º 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 #39FBCB is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 251 | 203 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.02 |
| HSL | 165.15º | 0.96% | 0.6% | - |
| HSV(B) | 165.15º | 0.77% | 0.98% | - |
| XYZ | 46.96 | 74.18 | 68.34 | - |
| YUV | 187.52 | 136.73 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 251 | 203 | 0.77 | 0 | 0.19 | 0.02 | 165.15 | 0.96 | 0.6 |
| Hex | 39 | FB | CB | 4D | 0 | 13 | 2 | A5 | 60 | 3C |
| Octal | 71 | 373 | 313 | 115 | 0 | 23 | 2 | 245 | 140 | 74 |
| Binary | 111001 | 11111011 | 11001011 | 1001101 | 0 | 10011 | 10 | 10100101 | 1100000 | 111100 |
Color Harmonies of #39FBCB
Complementary color
Monochromatic Colors of #39FBCB
Black with #39FBCB
Text Example
Text Example
White with #39FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FBCB; }
p { color: rgb(57,251,203); }
H1.HeaderClassName
{
color: #39FBCB;
}
.AnyTagClassName
{
color: #39FBCB;
}
</style>
background-color css
<style>
a { background-color: #39FBCB; }
a { background-color: rgb(57,251,203); }
div.DivClassName
{
background-color: #39FBCB;
}
.BgClassName
{
background-color: #39FBCB;
}
</style>
border-color css
<style>
span { border-color: #39FBCB; }
span { border-color: rgb(57,251,203); }
td.TdClassName
{
border-color: #39FBCB;
}
.TagClassName
{
border-color: #39FBCB;
}
</style>