Shades of Turquoise #3ADCB6
Tints of Turquoise #3ADCB6
RGB
CMYK
RGB Variations
Color information
#3ADCB6 (or 0x3ADCB6) is known color: Turquoise. HEX triplet: 3A, DC and B6. RGB value is (58,220,182). Sum of RGB (Red+Green+Blue) = 58+220+182=460 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.61% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCB6 is #C52349. Grayscale: #A7A7A7. Windows color (decimal): -12919626 or 11983930. OLE color: 11983930.
HSL color Cylindrical-coordinate representation of color #3ADCB6: hue angle of 165.93º 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 #3ADCB6 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 182 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.14 |
| HSL | 165.93º | 0.7% | 0.55% | - |
| HSV(B) | 165.93º | 0.74% | 0.86% | - |
| XYZ | 35.78 | 55.46 | 53.08 | - |
| YUV | 167.23 | 136.33 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 182 | 0.74 | 0 | 0.17 | 0.14 | 165.93 | 0.7 | 0.55 |
| Hex | 3A | DC | B6 | 4A | 0 | 11 | E | A6 | 46 | 37 |
| Octal | 72 | 334 | 266 | 112 | 0 | 21 | 16 | 246 | 106 | 67 |
| Binary | 111010 | 11011100 | 10110110 | 1001010 | 0 | 10001 | 1110 | 10100110 | 1000110 | 110111 |
Color Harmonies of #3ADCB6
Complementary color
Monochromatic Colors of #3ADCB6
Black with #3ADCB6
Text Example
Text Example
White with #3ADCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCB6; }
p { color: rgb(58,220,182); }
H1.HeaderClassName
{
color: #3ADCB6;
}
.AnyTagClassName
{
color: #3ADCB6;
}
</style>
background-color css
<style>
a { background-color: #3ADCB6; }
a { background-color: rgb(58,220,182); }
div.DivClassName
{
background-color: #3ADCB6;
}
.BgClassName
{
background-color: #3ADCB6;
}
</style>
border-color css
<style>
span { border-color: #3ADCB6; }
span { border-color: rgb(58,220,182); }
td.TdClassName
{
border-color: #3ADCB6;
}
.TagClassName
{
border-color: #3ADCB6;
}
</style>