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