Shades of Medium Turquoise #39BFCD
Tints of Medium Turquoise #39BFCD
RGB
CMYK
RGB Variations
Color information
#39BFCD (or 0x39BFCD) is known color: Medium Turquoise. HEX triplet: 39, BF and CD. RGB value is (57,191,205). Sum of RGB (Red+Green+Blue) = 57+191+205=453 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.58% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #39BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BFCD is #C64032. Grayscale: #989898. Windows color (decimal): -12992563 or 13483833. OLE color: 13483833.
HSL color Cylindrical-coordinate representation of color #39BFCD: hue angle of 185.68º degrees, saturation: 0.6, 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 #39BFCD is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 191 | 205 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.20 |
| HSL | 185.68º | 0.6% | 0.51% | - |
| HSV(B) | 185.68º | 0.72% | 0.8% | - |
| XYZ | 31.34 | 42.54 | 64.32 | - |
| YUV | 152.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 191 | 205 | 0.72 | 0.07 | 0 | 0.20 | 185.68 | 0.6 | 0.51 |
| Hex | 39 | BF | CD | 48 | 7 | 0 | 14 | BA | 3C | 33 |
| Octal | 71 | 277 | 315 | 110 | 7 | 0 | 24 | 272 | 74 | 63 |
| Binary | 111001 | 10111111 | 11001101 | 1001000 | 111 | 0 | 10100 | 10111010 | 111100 | 110011 |
Color Harmonies of #39BFCD
Complementary color
Monochromatic Colors of #39BFCD
Black with #39BFCD
Text Example
Text Example
White with #39BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BFCD; }
p { color: rgb(57,191,205); }
H1.HeaderClassName
{
color: #39BFCD;
}
.AnyTagClassName
{
color: #39BFCD;
}
</style>
background-color css
<style>
a { background-color: #39BFCD; }
a { background-color: rgb(57,191,205); }
div.DivClassName
{
background-color: #39BFCD;
}
.BgClassName
{
background-color: #39BFCD;
}
</style>
border-color css
<style>
span { border-color: #39BFCD; }
span { border-color: rgb(57,191,205); }
td.TdClassName
{
border-color: #39BFCD;
}
.TagClassName
{
border-color: #39BFCD;
}
</style>