Shades of Medium Turquoise #39CFC1
Tints of Medium Turquoise #39CFC1
RGB
CMYK
RGB Variations
Color information
#39CFC1 (or 0x39CFC1) is known color: Medium Turquoise. HEX triplet: 39, CF and C1. RGB value is (57,207,193). Sum of RGB (Red+Green+Blue) = 57+207+193=457 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.47% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #39CFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFC1 is #C6303E. Grayscale: #A0A0A0. Windows color (decimal): -12988479 or 12701497. OLE color: 12701497.
HSL color Cylindrical-coordinate representation of color #39CFC1: hue angle of 174.4º degrees, saturation: 0.61, 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 #39CFC1 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 207 | 193 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.19 |
| HSL | 174.4º | 0.61% | 0.52% | - |
| HSV(B) | 174.4º | 0.72% | 0.81% | - |
| XYZ | 33.63 | 49.35 | 58.2 | - |
| YUV | 160.55 | 146.31 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 207 | 193 | 0.72 | 0 | 0.07 | 0.19 | 174.4 | 0.61 | 0.52 |
| Hex | 39 | CF | C1 | 48 | 0 | 7 | 13 | AE | 3D | 34 |
| Octal | 71 | 317 | 301 | 110 | 0 | 7 | 23 | 256 | 75 | 64 |
| Binary | 111001 | 11001111 | 11000001 | 1001000 | 0 | 111 | 10011 | 10101110 | 111101 | 110100 |
Color Harmonies of #39CFC1
Complementary color
Monochromatic Colors of #39CFC1
Black with #39CFC1
Text Example
Text Example
White with #39CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CFC1; }
p { color: rgb(57,207,193); }
H1.HeaderClassName
{
color: #39CFC1;
}
.AnyTagClassName
{
color: #39CFC1;
}
</style>
background-color css
<style>
a { background-color: #39CFC1; }
a { background-color: rgb(57,207,193); }
div.DivClassName
{
background-color: #39CFC1;
}
.BgClassName
{
background-color: #39CFC1;
}
</style>
border-color css
<style>
span { border-color: #39CFC1; }
span { border-color: rgb(57,207,193); }
td.TdClassName
{
border-color: #39CFC1;
}
.TagClassName
{
border-color: #39CFC1;
}
</style>