Shades of Turquoise #3ADCC6
Tints of Turquoise #3ADCC6
RGB
CMYK
RGB Variations
Color information
#3ADCC6 (or 0x3ADCC6) is known color: Turquoise. HEX triplet: 3A, DC and C6. RGB value is (58,220,198). Sum of RGB (Red+Green+Blue) = 58+220+198=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCC6 is #C52339. Grayscale: #A8A8A8. Windows color (decimal): -12919610 or 13032506. OLE color: 13032506.
HSL color Cylindrical-coordinate representation of color #3ADCC6: hue angle of 171.85º 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 #3ADCC6 is Cyan = 0.74, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 198 | - |
| CMYK | 0.74 | 0 | 0.1 | 0.14 |
| HSL | 171.85º | 0.7% | 0.55% | - |
| HSV(B) | 171.85º | 0.74% | 0.86% | - |
| XYZ | 37.53 | 56.16 | 62.29 | - |
| YUV | 169.05 | 144.33 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 198 | 0.74 | 0 | 0.1 | 0.14 | 171.85 | 0.7 | 0.55 |
| Hex | 3A | DC | C6 | 4A | 0 | A | E | AC | 46 | 37 |
| Octal | 72 | 334 | 306 | 112 | 0 | 12 | 16 | 254 | 106 | 67 |
| Binary | 111010 | 11011100 | 11000110 | 1001010 | 0 | 1010 | 1110 | 10101100 | 1000110 | 110111 |
Color Harmonies of #3ADCC6
Complementary color
Monochromatic Colors of #3ADCC6
Black with #3ADCC6
Text Example
Text Example
White with #3ADCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCC6; }
p { color: rgb(58,220,198); }
H1.HeaderClassName
{
color: #3ADCC6;
}
.AnyTagClassName
{
color: #3ADCC6;
}
</style>
background-color css
<style>
a { background-color: #3ADCC6; }
a { background-color: rgb(58,220,198); }
div.DivClassName
{
background-color: #3ADCC6;
}
.BgClassName
{
background-color: #3ADCC6;
}
</style>
border-color css
<style>
span { border-color: #3ADCC6; }
span { border-color: rgb(58,220,198); }
td.TdClassName
{
border-color: #3ADCC6;
}
.TagClassName
{
border-color: #3ADCC6;
}
</style>