Shades of Medium Turquoise #39C8CB
Tints of Medium Turquoise #39C8CB
RGB
CMYK
RGB Variations
Color information
#39C8CB (or 0x39C8CB) is known color: Medium Turquoise. HEX triplet: 39, C8 and CB. RGB value is (57,200,203). Sum of RGB (Red+Green+Blue) = 57+200+203=460 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.39% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #39C8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C8CB is #C63734. Grayscale: #9D9D9D. Windows color (decimal): -12990261 or 13355065. OLE color: 13355065.
HSL color Cylindrical-coordinate representation of color #39C8CB: hue angle of 181.23º 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 #39C8CB is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 200 | 203 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.20 |
| HSL | 181.23º | 0.58% | 0.51% | - |
| HSV(B) | 181.23º | 0.72% | 0.8% | - |
| XYZ | 33.12 | 46.49 | 63.73 | - |
| YUV | 157.59 | 153.62 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 200 | 203 | 0.72 | 0.01 | 0 | 0.20 | 181.23 | 0.58 | 0.51 |
| Hex | 39 | C8 | CB | 48 | 1 | 0 | 14 | B5 | 3A | 33 |
| Octal | 71 | 310 | 313 | 110 | 1 | 0 | 24 | 265 | 72 | 63 |
| Binary | 111001 | 11001000 | 11001011 | 1001000 | 1 | 0 | 10100 | 10110101 | 111010 | 110011 |
Color Harmonies of #39C8CB
Complementary color
Monochromatic Colors of #39C8CB
Black with #39C8CB
Text Example
Text Example
White with #39C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C8CB; }
p { color: rgb(57,200,203); }
H1.HeaderClassName
{
color: #39C8CB;
}
.AnyTagClassName
{
color: #39C8CB;
}
</style>
background-color css
<style>
a { background-color: #39C8CB; }
a { background-color: rgb(57,200,203); }
div.DivClassName
{
background-color: #39C8CB;
}
.BgClassName
{
background-color: #39C8CB;
}
</style>
border-color css
<style>
span { border-color: #39C8CB; }
span { border-color: rgb(57,200,203); }
td.TdClassName
{
border-color: #39C8CB;
}
.TagClassName
{
border-color: #39C8CB;
}
</style>