Shades of Turquoise #3ADDBC
Tints of Turquoise #3ADDBC
RGB
CMYK
RGB Variations
Color information
#3ADDBC (or 0x3ADDBC) is known color: Turquoise. HEX triplet: 3A, DD and BC. RGB value is (58,221,188). Sum of RGB (Red+Green+Blue) = 58+221+188=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDBC is #C52243. Grayscale: #A8A8A8. Windows color (decimal): -12919364 or 12377402. OLE color: 12377402.
HSL color Cylindrical-coordinate representation of color #3ADDBC: hue angle of 167.85º 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 #3ADDBC is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 188 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.13 |
| HSL | 167.85º | 0.71% | 0.55% | - |
| HSV(B) | 167.85º | 0.74% | 0.87% | - |
| XYZ | 36.68 | 56.24 | 56.5 | - |
| YUV | 168.5 | 139 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 188 | 0.74 | 0 | 0.15 | 0.13 | 167.85 | 0.71 | 0.55 |
| Hex | 3A | DD | BC | 4A | 0 | F | D | A8 | 47 | 37 |
| Octal | 72 | 335 | 274 | 112 | 0 | 17 | 15 | 250 | 107 | 67 |
| Binary | 111010 | 11011101 | 10111100 | 1001010 | 0 | 1111 | 1101 | 10101000 | 1000111 | 110111 |
Color Harmonies of #3ADDBC
Complementary color
Monochromatic Colors of #3ADDBC
Black with #3ADDBC
Text Example
Text Example
White with #3ADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDBC; }
p { color: rgb(58,221,188); }
H1.HeaderClassName
{
color: #3ADDBC;
}
.AnyTagClassName
{
color: #3ADDBC;
}
</style>
background-color css
<style>
a { background-color: #3ADDBC; }
a { background-color: rgb(58,221,188); }
div.DivClassName
{
background-color: #3ADDBC;
}
.BgClassName
{
background-color: #3ADDBC;
}
</style>
border-color css
<style>
span { border-color: #3ADDBC; }
span { border-color: rgb(58,221,188); }
td.TdClassName
{
border-color: #3ADDBC;
}
.TagClassName
{
border-color: #3ADDBC;
}
</style>