Shades of Medium Turquoise #39CBC4
Tints of Medium Turquoise #39CBC4
RGB
CMYK
RGB Variations
Color information
#39CBC4 (or 0x39CBC4) is known color: Medium Turquoise. HEX triplet: 39, CB and C4. RGB value is (57,203,196). Sum of RGB (Red+Green+Blue) = 57+203+196=456 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.5% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBC4 is #C6343B. Grayscale: #9E9E9E. Windows color (decimal): -12989500 or 12897081. OLE color: 12897081.
HSL color Cylindrical-coordinate representation of color #39CBC4: hue angle of 177.12º 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 #39CBC4 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 203 | 196 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.20 |
| HSL | 177.12º | 0.58% | 0.51% | - |
| HSV(B) | 177.12º | 0.72% | 0.8% | - |
| XYZ | 33.01 | 47.57 | 59.67 | - |
| YUV | 158.55 | 149.13 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 203 | 196 | 0.72 | 0 | 0.03 | 0.20 | 177.12 | 0.58 | 0.51 |
| Hex | 39 | CB | C4 | 48 | 0 | 3 | 14 | B1 | 3A | 33 |
| Octal | 71 | 313 | 304 | 110 | 0 | 3 | 24 | 261 | 72 | 63 |
| Binary | 111001 | 11001011 | 11000100 | 1001000 | 0 | 11 | 10100 | 10110001 | 111010 | 110011 |
Color Harmonies of #39CBC4
Complementary color
Monochromatic Colors of #39CBC4
Black with #39CBC4
Text Example
Text Example
White with #39CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CBC4; }
p { color: rgb(57,203,196); }
H1.HeaderClassName
{
color: #39CBC4;
}
.AnyTagClassName
{
color: #39CBC4;
}
</style>
background-color css
<style>
a { background-color: #39CBC4; }
a { background-color: rgb(57,203,196); }
div.DivClassName
{
background-color: #39CBC4;
}
.BgClassName
{
background-color: #39CBC4;
}
</style>
border-color css
<style>
span { border-color: #39CBC4; }
span { border-color: rgb(57,203,196); }
td.TdClassName
{
border-color: #39CBC4;
}
.TagClassName
{
border-color: #39CBC4;
}
</style>