Shades of Medium Turquoise #39CECB
Tints of Medium Turquoise #39CECB
RGB
CMYK
RGB Variations
Color information
#39CECB (or 0x39CECB) is known color: Medium Turquoise. HEX triplet: 39, CE and CB. RGB value is (57,206,203). Sum of RGB (Red+Green+Blue) = 57+206+203=466 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.23% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #39CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CECB is #C63134. Grayscale: #A0A0A0. Windows color (decimal): -12988725 or 13356601. OLE color: 13356601.
HSL color Cylindrical-coordinate representation of color #39CECB: hue angle of 178.79º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CECB is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 206 | 203 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.19 |
| HSL | 178.79º | 0.6% | 0.52% | - |
| HSV(B) | 178.79º | 0.72% | 0.81% | - |
| XYZ | 34.54 | 49.32 | 64.2 | - |
| YUV | 161.11 | 151.64 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 206 | 203 | 0.72 | 0 | 0.01 | 0.19 | 178.79 | 0.6 | 0.52 |
| Hex | 39 | CE | CB | 48 | 0 | 1 | 13 | B3 | 3C | 34 |
| Octal | 71 | 316 | 313 | 110 | 0 | 1 | 23 | 263 | 74 | 64 |
| Binary | 111001 | 11001110 | 11001011 | 1001000 | 0 | 1 | 10011 | 10110011 | 111100 | 110100 |
Color Harmonies of #39CECB
Complementary color
Monochromatic Colors of #39CECB
Black with #39CECB
Text Example
Text Example
White with #39CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CECB; }
p { color: rgb(57,206,203); }
H1.HeaderClassName
{
color: #39CECB;
}
.AnyTagClassName
{
color: #39CECB;
}
</style>
background-color css
<style>
a { background-color: #39CECB; }
a { background-color: rgb(57,206,203); }
div.DivClassName
{
background-color: #39CECB;
}
.BgClassName
{
background-color: #39CECB;
}
</style>
border-color css
<style>
span { border-color: #39CECB; }
span { border-color: rgb(57,206,203); }
td.TdClassName
{
border-color: #39CECB;
}
.TagClassName
{
border-color: #39CECB;
}
</style>