Shades of Medium Turquoise #3AD0DB
Tints of Medium Turquoise #3AD0DB
RGB
CMYK
RGB Variations
Color information
#3AD0DB (or 0x3AD0DB) is known color: Medium Turquoise. HEX triplet: 3A, D0 and DB. RGB value is (58,208,219). Sum of RGB (Red+Green+Blue) = 58+208+219=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AD0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD0DB is #C52F24. Grayscale: #A4A4A4. Windows color (decimal): -12922661 or 14405690. OLE color: 14405690.
HSL color Cylindrical-coordinate representation of color #3AD0DB: hue angle of 184.1º 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 #3AD0DB is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 208 | 219 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.14 |
| HSL | 184.1º | 0.69% | 0.54% | - |
| HSV(B) | 184.1º | 0.74% | 0.86% | - |
| XYZ | 37.09 | 51.13 | 74.93 | - |
| YUV | 164.4 | 158.81 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 219 | 0.74 | 0.05 | 0 | 0.14 | 184.1 | 0.69 | 0.54 |
| Hex | 3A | D0 | DB | 4A | 5 | 0 | E | B8 | 45 | 36 |
| Octal | 72 | 320 | 333 | 112 | 5 | 0 | 16 | 270 | 105 | 66 |
| Binary | 111010 | 11010000 | 11011011 | 1001010 | 101 | 0 | 1110 | 10111000 | 1000101 | 110110 |
Color Harmonies of #3AD0DB
Complementary color
Monochromatic Colors of #3AD0DB
Black with #3AD0DB
Text Example
Text Example
White with #3AD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0DB; }
p { color: rgb(58,208,219); }
H1.HeaderClassName
{
color: #3AD0DB;
}
.AnyTagClassName
{
color: #3AD0DB;
}
</style>
background-color css
<style>
a { background-color: #3AD0DB; }
a { background-color: rgb(58,208,219); }
div.DivClassName
{
background-color: #3AD0DB;
}
.BgClassName
{
background-color: #3AD0DB;
}
</style>
border-color css
<style>
span { border-color: #3AD0DB; }
span { border-color: rgb(58,208,219); }
td.TdClassName
{
border-color: #3AD0DB;
}
.TagClassName
{
border-color: #3AD0DB;
}
</style>