Shades of Medium Turquoise #39CFC4
Tints of Medium Turquoise #39CFC4
RGB
CMYK
RGB Variations
Color information
#39CFC4 (or 0x39CFC4) is known color: Medium Turquoise. HEX triplet: 39, CF and C4. RGB value is (57,207,196). Sum of RGB (Red+Green+Blue) = 57+207+196=460 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.39% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #39CFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFC4 is #C6303B. Grayscale: #A0A0A0. Windows color (decimal): -12988476 or 12898105. OLE color: 12898105.
HSL color Cylindrical-coordinate representation of color #39CFC4: hue angle of 175.6º 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 #39CFC4 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 207 | 196 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.19 |
| HSL | 175.6º | 0.61% | 0.52% | - |
| HSV(B) | 175.6º | 0.72% | 0.81% | - |
| XYZ | 33.96 | 49.48 | 59.99 | - |
| YUV | 160.9 | 147.81 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 207 | 196 | 0.72 | 0 | 0.05 | 0.19 | 175.6 | 0.61 | 0.52 |
| Hex | 39 | CF | C4 | 48 | 0 | 5 | 13 | B0 | 3D | 34 |
| Octal | 71 | 317 | 304 | 110 | 0 | 5 | 23 | 260 | 75 | 64 |
| Binary | 111001 | 11001111 | 11000100 | 1001000 | 0 | 101 | 10011 | 10110000 | 111101 | 110100 |
Color Harmonies of #39CFC4
Complementary color
Monochromatic Colors of #39CFC4
Black with #39CFC4
Text Example
Text Example
White with #39CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CFC4; }
p { color: rgb(57,207,196); }
H1.HeaderClassName
{
color: #39CFC4;
}
.AnyTagClassName
{
color: #39CFC4;
}
</style>
background-color css
<style>
a { background-color: #39CFC4; }
a { background-color: rgb(57,207,196); }
div.DivClassName
{
background-color: #39CFC4;
}
.BgClassName
{
background-color: #39CFC4;
}
</style>
border-color css
<style>
span { border-color: #39CFC4; }
span { border-color: rgb(57,207,196); }
td.TdClassName
{
border-color: #39CFC4;
}
.TagClassName
{
border-color: #39CFC4;
}
</style>