Shades of Medium Turquoise #39CDDD
Tints of Medium Turquoise #39CDDD
RGB
CMYK
RGB Variations
Color information
#39CDDD (or 0x39CDDD) is known color: Medium Turquoise. HEX triplet: 39, CD and DD. RGB value is (57,205,221). Sum of RGB (Red+Green+Blue) = 57+205+221=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #39CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDDD is #C63222. Grayscale: #A2A2A2. Windows color (decimal): -12988963 or 14535993. OLE color: 14535993.
HSL color Cylindrical-coordinate representation of color #39CDDD: hue angle of 185.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CDDD is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 205 | 221 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.13 |
| HSL | 185.85º | 0.71% | 0.55% | - |
| HSV(B) | 185.85º | 0.74% | 0.87% | - |
| XYZ | 36.57 | 49.75 | 76.08 | - |
| YUV | 162.57 | 160.97 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 205 | 221 | 0.74 | 0.07 | 0 | 0.13 | 185.85 | 0.71 | 0.55 |
| Hex | 39 | CD | DD | 4A | 7 | 0 | D | BA | 47 | 37 |
| Octal | 71 | 315 | 335 | 112 | 7 | 0 | 15 | 272 | 107 | 67 |
| Binary | 111001 | 11001101 | 11011101 | 1001010 | 111 | 0 | 1101 | 10111010 | 1000111 | 110111 |
Color Harmonies of #39CDDD
Complementary color
Monochromatic Colors of #39CDDD
Black with #39CDDD
Text Example
Text Example
White with #39CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CDDD; }
p { color: rgb(57,205,221); }
H1.HeaderClassName
{
color: #39CDDD;
}
.AnyTagClassName
{
color: #39CDDD;
}
</style>
background-color css
<style>
a { background-color: #39CDDD; }
a { background-color: rgb(57,205,221); }
div.DivClassName
{
background-color: #39CDDD;
}
.BgClassName
{
background-color: #39CDDD;
}
</style>
border-color css
<style>
span { border-color: #39CDDD; }
span { border-color: rgb(57,205,221); }
td.TdClassName
{
border-color: #39CDDD;
}
.TagClassName
{
border-color: #39CDDD;
}
</style>