Shades of Medium Turquoise #39CBBC
Tints of Medium Turquoise #39CBBC
RGB
CMYK
RGB Variations
Color information
#39CBBC (or 0x39CBBC) is known color: Medium Turquoise. HEX triplet: 39, CB and BC. RGB value is (57,203,188). Sum of RGB (Red+Green+Blue) = 57+203+188=448 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.72% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBBC is #C63443. Grayscale: #9D9D9D. Windows color (decimal): -12989508 or 12372793. OLE color: 12372793.
HSL color Cylindrical-coordinate representation of color #39CBBC: hue angle of 173.84º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CBBC is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 203 | 188 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.20 |
| HSL | 173.84º | 0.58% | 0.51% | - |
| HSV(B) | 173.84º | 0.72% | 0.8% | - |
| XYZ | 32.12 | 47.21 | 55 | - |
| YUV | 157.64 | 145.13 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 203 | 188 | 0.72 | 0 | 0.07 | 0.20 | 173.84 | 0.58 | 0.51 |
| Hex | 39 | CB | BC | 48 | 0 | 7 | 14 | AE | 3A | 33 |
| Octal | 71 | 313 | 274 | 110 | 0 | 7 | 24 | 256 | 72 | 63 |
| Binary | 111001 | 11001011 | 10111100 | 1001000 | 0 | 111 | 10100 | 10101110 | 111010 | 110011 |
Color Harmonies of #39CBBC
Complementary color
Monochromatic Colors of #39CBBC
Black with #39CBBC
Text Example
Text Example
White with #39CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CBBC; }
p { color: rgb(57,203,188); }
H1.HeaderClassName
{
color: #39CBBC;
}
.AnyTagClassName
{
color: #39CBBC;
}
</style>
background-color css
<style>
a { background-color: #39CBBC; }
a { background-color: rgb(57,203,188); }
div.DivClassName
{
background-color: #39CBBC;
}
.BgClassName
{
background-color: #39CBBC;
}
</style>
border-color css
<style>
span { border-color: #39CBBC; }
span { border-color: rgb(57,203,188); }
td.TdClassName
{
border-color: #39CBBC;
}
.TagClassName
{
border-color: #39CBBC;
}
</style>