Shades of Turquoise #39DDC3
Tints of Turquoise #39DDC3
RGB
CMYK
RGB Variations
Color information
#39DDC3 (or 0x39DDC3) is known color: Turquoise. HEX triplet: 39, DD and C3. RGB value is (57,221,195). Sum of RGB (Red+Green+Blue) = 57+221+195=473 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.05% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #39DDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDC3 is #C6223C. Grayscale: #A8A8A8. Windows color (decimal): -12984893 or 12836153. OLE color: 12836153.
HSL color Cylindrical-coordinate representation of color #39DDC3: hue angle of 170.49º 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 #39DDC3 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 195 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.13 |
| HSL | 170.49º | 0.71% | 0.55% | - |
| HSV(B) | 170.49º | 0.74% | 0.87% | - |
| XYZ | 37.39 | 56.52 | 60.57 | - |
| YUV | 169 | 142.67 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 195 | 0.74 | 0 | 0.12 | 0.13 | 170.49 | 0.71 | 0.55 |
| Hex | 39 | DD | C3 | 4A | 0 | C | D | AA | 47 | 37 |
| Octal | 71 | 335 | 303 | 112 | 0 | 14 | 15 | 252 | 107 | 67 |
| Binary | 111001 | 11011101 | 11000011 | 1001010 | 0 | 1100 | 1101 | 10101010 | 1000111 | 110111 |
Color Harmonies of #39DDC3
Complementary color
Monochromatic Colors of #39DDC3
Black with #39DDC3
Text Example
Text Example
White with #39DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DDC3; }
p { color: rgb(57,221,195); }
H1.HeaderClassName
{
color: #39DDC3;
}
.AnyTagClassName
{
color: #39DDC3;
}
</style>
background-color css
<style>
a { background-color: #39DDC3; }
a { background-color: rgb(57,221,195); }
div.DivClassName
{
background-color: #39DDC3;
}
.BgClassName
{
background-color: #39DDC3;
}
</style>
border-color css
<style>
span { border-color: #39DDC3; }
span { border-color: rgb(57,221,195); }
td.TdClassName
{
border-color: #39DDC3;
}
.TagClassName
{
border-color: #39DDC3;
}
</style>