Shades of Turquoise #3ADCD9
Tints of Turquoise #3ADCD9
RGB
CMYK
RGB Variations
Color information
#3ADCD9 (or 0x3ADCD9) is known color: Turquoise. HEX triplet: 3A, DC and D9. RGB value is (58,220,217). Sum of RGB (Red+Green+Blue) = 58+220+217=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCD9 is #C52326. Grayscale: #ABABAB. Windows color (decimal): -12919591 or 14277690. OLE color: 14277690.
HSL color Cylindrical-coordinate representation of color #3ADCD9: hue angle of 178.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCD9 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 217 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.14 |
| HSL | 178.89º | 0.7% | 0.55% | - |
| HSV(B) | 178.89º | 0.74% | 0.86% | - |
| XYZ | 39.86 | 57.1 | 74.57 | - |
| YUV | 171.22 | 153.83 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 217 | 0.74 | 0 | 0.01 | 0.14 | 178.89 | 0.7 | 0.55 |
| Hex | 3A | DC | D9 | 4A | 0 | 1 | E | B3 | 46 | 37 |
| Octal | 72 | 334 | 331 | 112 | 0 | 1 | 16 | 263 | 106 | 67 |
| Binary | 111010 | 11011100 | 11011001 | 1001010 | 0 | 1 | 1110 | 10110011 | 1000110 | 110111 |
Color Harmonies of #3ADCD9
Complementary color
Monochromatic Colors of #3ADCD9
Black with #3ADCD9
Text Example
Text Example
White with #3ADCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCD9; }
p { color: rgb(58,220,217); }
H1.HeaderClassName
{
color: #3ADCD9;
}
.AnyTagClassName
{
color: #3ADCD9;
}
</style>
background-color css
<style>
a { background-color: #3ADCD9; }
a { background-color: rgb(58,220,217); }
div.DivClassName
{
background-color: #3ADCD9;
}
.BgClassName
{
background-color: #3ADCD9;
}
</style>
border-color css
<style>
span { border-color: #3ADCD9; }
span { border-color: rgb(58,220,217); }
td.TdClassName
{
border-color: #3ADCD9;
}
.TagClassName
{
border-color: #3ADCD9;
}
</style>