Shades of Turquoise #3ADCB5
Tints of Turquoise #3ADCB5
RGB
CMYK
RGB Variations
Color information
#3ADCB5 (or 0x3ADCB5) is known color: Turquoise. HEX triplet: 3A, DC and B5. RGB value is (58,220,181). Sum of RGB (Red+Green+Blue) = 58+220+181=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCB5 is #C5234A. Grayscale: #A7A7A7. Windows color (decimal): -12919627 or 11918394. OLE color: 11918394.
HSL color Cylindrical-coordinate representation of color #3ADCB5: hue angle of 165.56º 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 #3ADCB5 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 181 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.14 |
| HSL | 165.56º | 0.7% | 0.55% | - |
| HSV(B) | 165.56º | 0.74% | 0.86% | - |
| XYZ | 35.68 | 55.42 | 52.53 | - |
| YUV | 167.12 | 135.83 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 181 | 0.74 | 0 | 0.18 | 0.14 | 165.56 | 0.7 | 0.55 |
| Hex | 3A | DC | B5 | 4A | 0 | 12 | E | A6 | 46 | 37 |
| Octal | 72 | 334 | 265 | 112 | 0 | 22 | 16 | 246 | 106 | 67 |
| Binary | 111010 | 11011100 | 10110101 | 1001010 | 0 | 10010 | 1110 | 10100110 | 1000110 | 110111 |
Color Harmonies of #3ADCB5
Complementary color
Monochromatic Colors of #3ADCB5
Black with #3ADCB5
Text Example
Text Example
White with #3ADCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCB5; }
p { color: rgb(58,220,181); }
H1.HeaderClassName
{
color: #3ADCB5;
}
.AnyTagClassName
{
color: #3ADCB5;
}
</style>
background-color css
<style>
a { background-color: #3ADCB5; }
a { background-color: rgb(58,220,181); }
div.DivClassName
{
background-color: #3ADCB5;
}
.BgClassName
{
background-color: #3ADCB5;
}
</style>
border-color css
<style>
span { border-color: #3ADCB5; }
span { border-color: rgb(58,220,181); }
td.TdClassName
{
border-color: #3ADCB5;
}
.TagClassName
{
border-color: #3ADCB5;
}
</style>