Shades of Turquoise #3ADDBB
Tints of Turquoise #3ADDBB
RGB
CMYK
RGB Variations
Color information
#3ADDBB (or 0x3ADDBB) is known color: Turquoise. HEX triplet: 3A, DD and BB. RGB value is (58,221,187). Sum of RGB (Red+Green+Blue) = 58+221+187=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDBB is #C52244. Grayscale: #A8A8A8. Windows color (decimal): -12919365 or 12311866. OLE color: 12311866.
HSL color Cylindrical-coordinate representation of color #3ADDBB: hue angle of 167.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADDBB is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 187 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.13 |
| HSL | 167.48º | 0.71% | 0.55% | - |
| HSV(B) | 167.48º | 0.74% | 0.87% | - |
| XYZ | 36.57 | 56.2 | 55.93 | - |
| YUV | 168.39 | 138.5 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 187 | 0.74 | 0 | 0.15 | 0.13 | 167.48 | 0.71 | 0.55 |
| Hex | 3A | DD | BB | 4A | 0 | F | D | A7 | 47 | 37 |
| Octal | 72 | 335 | 273 | 112 | 0 | 17 | 15 | 247 | 107 | 67 |
| Binary | 111010 | 11011101 | 10111011 | 1001010 | 0 | 1111 | 1101 | 10100111 | 1000111 | 110111 |
Color Harmonies of #3ADDBB
Complementary color
Monochromatic Colors of #3ADDBB
Black with #3ADDBB
Text Example
Text Example
White with #3ADDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDBB; }
p { color: rgb(58,221,187); }
H1.HeaderClassName
{
color: #3ADDBB;
}
.AnyTagClassName
{
color: #3ADDBB;
}
</style>
background-color css
<style>
a { background-color: #3ADDBB; }
a { background-color: rgb(58,221,187); }
div.DivClassName
{
background-color: #3ADDBB;
}
.BgClassName
{
background-color: #3ADDBB;
}
</style>
border-color css
<style>
span { border-color: #3ADDBB; }
span { border-color: rgb(58,221,187); }
td.TdClassName
{
border-color: #3ADDBB;
}
.TagClassName
{
border-color: #3ADDBB;
}
</style>