Shades of Turquoise #3ADAC9
Tints of Turquoise #3ADAC9
RGB
CMYK
RGB Variations
Color information
#3ADAC9 (or 0x3ADAC9) is known color: Turquoise. HEX triplet: 3A, DA and C9. RGB value is (58,218,201). Sum of RGB (Red+Green+Blue) = 58+218+201=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAC9 is #C52536. Grayscale: #A8A8A8. Windows color (decimal): -12920119 or 13228602. OLE color: 13228602.
HSL color Cylindrical-coordinate representation of color #3ADAC9: hue angle of 173.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADAC9 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 201 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.15 |
| HSL | 173.63º | 0.68% | 0.54% | - |
| HSV(B) | 173.63º | 0.73% | 0.85% | - |
| XYZ | 37.36 | 55.26 | 63.96 | - |
| YUV | 168.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 201 | 0.73 | 0 | 0.08 | 0.15 | 173.63 | 0.68 | 0.54 |
| Hex | 3A | DA | C9 | 49 | 0 | 8 | F | AE | 44 | 36 |
| Octal | 72 | 332 | 311 | 111 | 0 | 10 | 17 | 256 | 104 | 66 |
| Binary | 111010 | 11011010 | 11001001 | 1001001 | 0 | 1000 | 1111 | 10101110 | 1000100 | 110110 |
Color Harmonies of #3ADAC9
Complementary color
Monochromatic Colors of #3ADAC9
Black with #3ADAC9
Text Example
Text Example
White with #3ADAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAC9; }
p { color: rgb(58,218,201); }
H1.HeaderClassName
{
color: #3ADAC9;
}
.AnyTagClassName
{
color: #3ADAC9;
}
</style>
background-color css
<style>
a { background-color: #3ADAC9; }
a { background-color: rgb(58,218,201); }
div.DivClassName
{
background-color: #3ADAC9;
}
.BgClassName
{
background-color: #3ADAC9;
}
</style>
border-color css
<style>
span { border-color: #3ADAC9; }
span { border-color: rgb(58,218,201); }
td.TdClassName
{
border-color: #3ADAC9;
}
.TagClassName
{
border-color: #3ADAC9;
}
</style>