Shades of Turquoise #3ADBC9
Tints of Turquoise #3ADBC9
RGB
CMYK
RGB Variations
Color information
#3ADBC9 (or 0x3ADBC9) is known color: Turquoise. HEX triplet: 3A, DB and C9. RGB value is (58,219,201). Sum of RGB (Red+Green+Blue) = 58+219+201=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBC9 is #C52436. Grayscale: #A8A8A8. Windows color (decimal): -12919863 or 13228858. OLE color: 13228858.
HSL color Cylindrical-coordinate representation of color #3ADBC9: hue angle of 173.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADBC9 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 201 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.14 |
| HSL | 173.29º | 0.69% | 0.54% | - |
| HSV(B) | 173.29º | 0.74% | 0.86% | - |
| XYZ | 37.62 | 55.78 | 64.04 | - |
| YUV | 168.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 201 | 0.74 | 0 | 0.08 | 0.14 | 173.29 | 0.69 | 0.54 |
| Hex | 3A | DB | C9 | 4A | 0 | 8 | E | AD | 45 | 36 |
| Octal | 72 | 333 | 311 | 112 | 0 | 10 | 16 | 255 | 105 | 66 |
| Binary | 111010 | 11011011 | 11001001 | 1001010 | 0 | 1000 | 1110 | 10101101 | 1000101 | 110110 |
Color Harmonies of #3ADBC9
Complementary color
Monochromatic Colors of #3ADBC9
Black with #3ADBC9
Text Example
Text Example
White with #3ADBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBC9; }
p { color: rgb(58,219,201); }
H1.HeaderClassName
{
color: #3ADBC9;
}
.AnyTagClassName
{
color: #3ADBC9;
}
</style>
background-color css
<style>
a { background-color: #3ADBC9; }
a { background-color: rgb(58,219,201); }
div.DivClassName
{
background-color: #3ADBC9;
}
.BgClassName
{
background-color: #3ADBC9;
}
</style>
border-color css
<style>
span { border-color: #3ADBC9; }
span { border-color: rgb(58,219,201); }
td.TdClassName
{
border-color: #3ADBC9;
}
.TagClassName
{
border-color: #3ADBC9;
}
</style>