Shades of Medium Turquoise #39CDD7
Tints of Medium Turquoise #39CDD7
RGB
CMYK
RGB Variations
Color information
#39CDD7 (or 0x39CDD7) is known color: Medium Turquoise. HEX triplet: 39, CD and D7. RGB value is (57,205,215). Sum of RGB (Red+Green+Blue) = 57+205+215=477 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.95% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #39CDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDD7 is #C63228. Grayscale: #A1A1A1. Windows color (decimal): -12988969 or 14142777. OLE color: 14142777.
HSL color Cylindrical-coordinate representation of color #39CDD7: hue angle of 183.8º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39CDD7 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 205 | 215 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.16 |
| HSL | 183.8º | 0.66% | 0.53% | - |
| HSV(B) | 183.8º | 0.73% | 0.84% | - |
| XYZ | 35.78 | 49.44 | 71.95 | - |
| YUV | 161.89 | 157.97 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 205 | 215 | 0.73 | 0.05 | 0 | 0.16 | 183.8 | 0.66 | 0.53 |
| Hex | 39 | CD | D7 | 49 | 5 | 0 | 10 | B8 | 42 | 35 |
| Octal | 71 | 315 | 327 | 111 | 5 | 0 | 20 | 270 | 102 | 65 |
| Binary | 111001 | 11001101 | 11010111 | 1001001 | 101 | 0 | 10000 | 10111000 | 1000010 | 110101 |
Color Harmonies of #39CDD7
Complementary color
Monochromatic Colors of #39CDD7
Black with #39CDD7
Text Example
Text Example
White with #39CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CDD7; }
p { color: rgb(57,205,215); }
H1.HeaderClassName
{
color: #39CDD7;
}
.AnyTagClassName
{
color: #39CDD7;
}
</style>
background-color css
<style>
a { background-color: #39CDD7; }
a { background-color: rgb(57,205,215); }
div.DivClassName
{
background-color: #39CDD7;
}
.BgClassName
{
background-color: #39CDD7;
}
</style>
border-color css
<style>
span { border-color: #39CDD7; }
span { border-color: rgb(57,205,215); }
td.TdClassName
{
border-color: #39CDD7;
}
.TagClassName
{
border-color: #39CDD7;
}
</style>