Shades of Turquoise #3ADBBC
Tints of Turquoise #3ADBBC
RGB
CMYK
RGB Variations
Color information
#3ADBBC (or 0x3ADBBC) is known color: Turquoise. HEX triplet: 3A, DB and BC. RGB value is (58,219,188). Sum of RGB (Red+Green+Blue) = 58+219+188=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBBC is #C52443. Grayscale: #A7A7A7. Windows color (decimal): -12919876 or 12376890. OLE color: 12376890.
HSL color Cylindrical-coordinate representation of color #3ADBBC: hue angle of 168.45º 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 #3ADBBC is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 188 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.14 |
| HSL | 168.45º | 0.69% | 0.54% | - |
| HSV(B) | 168.45º | 0.74% | 0.86% | - |
| XYZ | 36.15 | 55.19 | 56.32 | - |
| YUV | 167.33 | 139.66 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 188 | 0.74 | 0 | 0.14 | 0.14 | 168.45 | 0.69 | 0.54 |
| Hex | 3A | DB | BC | 4A | 0 | E | E | A8 | 45 | 36 |
| Octal | 72 | 333 | 274 | 112 | 0 | 16 | 16 | 250 | 105 | 66 |
| Binary | 111010 | 11011011 | 10111100 | 1001010 | 0 | 1110 | 1110 | 10101000 | 1000101 | 110110 |
Color Harmonies of #3ADBBC
Complementary color
Monochromatic Colors of #3ADBBC
Black with #3ADBBC
Text Example
Text Example
White with #3ADBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBBC; }
p { color: rgb(58,219,188); }
H1.HeaderClassName
{
color: #3ADBBC;
}
.AnyTagClassName
{
color: #3ADBBC;
}
</style>
background-color css
<style>
a { background-color: #3ADBBC; }
a { background-color: rgb(58,219,188); }
div.DivClassName
{
background-color: #3ADBBC;
}
.BgClassName
{
background-color: #3ADBBC;
}
</style>
border-color css
<style>
span { border-color: #3ADBBC; }
span { border-color: rgb(58,219,188); }
td.TdClassName
{
border-color: #3ADBBC;
}
.TagClassName
{
border-color: #3ADBBC;
}
</style>