Shades of Turquoise #3ADABB
Tints of Turquoise #3ADABB
RGB
CMYK
RGB Variations
Color information
#3ADABB (or 0x3ADABB) is known color: Turquoise. HEX triplet: 3A, DA and BB. RGB value is (58,218,187). Sum of RGB (Red+Green+Blue) = 58+218+187=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADABB is #C52544. Grayscale: #A6A6A6. Windows color (decimal): -12920133 or 12311098. OLE color: 12311098.
HSL color Cylindrical-coordinate representation of color #3ADABB: hue angle of 168.38º 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 #3ADABB is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 187 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.15 |
| HSL | 168.38º | 0.68% | 0.54% | - |
| HSV(B) | 168.38º | 0.73% | 0.85% | - |
| XYZ | 35.79 | 54.63 | 55.67 | - |
| YUV | 166.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 187 | 0.73 | 0 | 0.14 | 0.15 | 168.38 | 0.68 | 0.54 |
| Hex | 3A | DA | BB | 49 | 0 | E | F | A8 | 44 | 36 |
| Octal | 72 | 332 | 273 | 111 | 0 | 16 | 17 | 250 | 104 | 66 |
| Binary | 111010 | 11011010 | 10111011 | 1001001 | 0 | 1110 | 1111 | 10101000 | 1000100 | 110110 |
Color Harmonies of #3ADABB
Complementary color
Monochromatic Colors of #3ADABB
Black with #3ADABB
Text Example
Text Example
White with #3ADABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADABB; }
p { color: rgb(58,218,187); }
H1.HeaderClassName
{
color: #3ADABB;
}
.AnyTagClassName
{
color: #3ADABB;
}
</style>
background-color css
<style>
a { background-color: #3ADABB; }
a { background-color: rgb(58,218,187); }
div.DivClassName
{
background-color: #3ADABB;
}
.BgClassName
{
background-color: #3ADABB;
}
</style>
border-color css
<style>
span { border-color: #3ADABB; }
span { border-color: rgb(58,218,187); }
td.TdClassName
{
border-color: #3ADABB;
}
.TagClassName
{
border-color: #3ADABB;
}
</style>