Shades of Turquoise #3ADBBD
Tints of Turquoise #3ADBBD
RGB
CMYK
RGB Variations
Color information
#3ADBBD (or 0x3ADBBD) is known color: Turquoise. HEX triplet: 3A, DB and BD. RGB value is (58,219,189). Sum of RGB (Red+Green+Blue) = 58+219+189=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBBD is #C52442. Grayscale: #A7A7A7. Windows color (decimal): -12919875 or 12442426. OLE color: 12442426.
HSL color Cylindrical-coordinate representation of color #3ADBBD: hue angle of 168.82º 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 #3ADBBD is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 189 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.14 |
| HSL | 168.82º | 0.69% | 0.54% | - |
| HSV(B) | 168.82º | 0.74% | 0.86% | - |
| XYZ | 36.26 | 55.24 | 56.89 | - |
| YUV | 167.44 | 140.16 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 189 | 0.74 | 0 | 0.14 | 0.14 | 168.82 | 0.69 | 0.54 |
| Hex | 3A | DB | BD | 4A | 0 | E | E | A9 | 45 | 36 |
| Octal | 72 | 333 | 275 | 112 | 0 | 16 | 16 | 251 | 105 | 66 |
| Binary | 111010 | 11011011 | 10111101 | 1001010 | 0 | 1110 | 1110 | 10101001 | 1000101 | 110110 |
Color Harmonies of #3ADBBD
Complementary color
Monochromatic Colors of #3ADBBD
Black with #3ADBBD
Text Example
Text Example
White with #3ADBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBBD; }
p { color: rgb(58,219,189); }
H1.HeaderClassName
{
color: #3ADBBD;
}
.AnyTagClassName
{
color: #3ADBBD;
}
</style>
background-color css
<style>
a { background-color: #3ADBBD; }
a { background-color: rgb(58,219,189); }
div.DivClassName
{
background-color: #3ADBBD;
}
.BgClassName
{
background-color: #3ADBBD;
}
</style>
border-color css
<style>
span { border-color: #3ADBBD; }
span { border-color: rgb(58,219,189); }
td.TdClassName
{
border-color: #3ADBBD;
}
.TagClassName
{
border-color: #3ADBBD;
}
</style>