Shades of Medium Turquoise #39CABB
Tints of Medium Turquoise #39CABB
RGB
CMYK
RGB Variations
Color information
#39CABB (or 0x39CABB) is known color: Medium Turquoise. HEX triplet: 39, CA and BB. RGB value is (57,202,187). Sum of RGB (Red+Green+Blue) = 57+202+187=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #39CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CABB is #C63544. Grayscale: #9C9C9C. Windows color (decimal): -12989765 or 12307001. OLE color: 12307001.
HSL color Cylindrical-coordinate representation of color #39CABB: hue angle of 173.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CABB is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 202 | 187 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.21 |
| HSL | 173.79º | 0.58% | 0.51% | - |
| HSV(B) | 173.79º | 0.72% | 0.79% | - |
| XYZ | 31.78 | 46.7 | 54.35 | - |
| YUV | 156.94 | 144.96 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 187 | 0.72 | 0 | 0.07 | 0.21 | 173.79 | 0.58 | 0.51 |
| Hex | 39 | CA | BB | 48 | 0 | 7 | 15 | AE | 3A | 33 |
| Octal | 71 | 312 | 273 | 110 | 0 | 7 | 25 | 256 | 72 | 63 |
| Binary | 111001 | 11001010 | 10111011 | 1001000 | 0 | 111 | 10101 | 10101110 | 111010 | 110011 |
Color Harmonies of #39CABB
Complementary color
Monochromatic Colors of #39CABB
Black with #39CABB
Text Example
Text Example
White with #39CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CABB; }
p { color: rgb(57,202,187); }
H1.HeaderClassName
{
color: #39CABB;
}
.AnyTagClassName
{
color: #39CABB;
}
</style>
background-color css
<style>
a { background-color: #39CABB; }
a { background-color: rgb(57,202,187); }
div.DivClassName
{
background-color: #39CABB;
}
.BgClassName
{
background-color: #39CABB;
}
</style>
border-color css
<style>
span { border-color: #39CABB; }
span { border-color: rgb(57,202,187); }
td.TdClassName
{
border-color: #39CABB;
}
.TagClassName
{
border-color: #39CABB;
}
</style>