Shades of Turquoise #3ADBD5
Tints of Turquoise #3ADBD5
RGB
CMYK
RGB Variations
Color information
#3ADBD5 (or 0x3ADBD5) is known color: Turquoise. HEX triplet: 3A, DB and D5. RGB value is (58,219,213). Sum of RGB (Red+Green+Blue) = 58+219+213=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBD5 is #C5242A. Grayscale: #AAAAAA. Windows color (decimal): -12919851 or 14015290. OLE color: 14015290.
HSL color Cylindrical-coordinate representation of color #3ADBD5: hue angle of 177.76º 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 #3ADBD5 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 213 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.14 |
| HSL | 177.76º | 0.69% | 0.54% | - |
| HSV(B) | 177.76º | 0.74% | 0.86% | - |
| XYZ | 39.09 | 56.37 | 71.77 | - |
| YUV | 170.18 | 152.16 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 213 | 0.74 | 0 | 0.03 | 0.14 | 177.76 | 0.69 | 0.54 |
| Hex | 3A | DB | D5 | 4A | 0 | 3 | E | B2 | 45 | 36 |
| Octal | 72 | 333 | 325 | 112 | 0 | 3 | 16 | 262 | 105 | 66 |
| Binary | 111010 | 11011011 | 11010101 | 1001010 | 0 | 11 | 1110 | 10110010 | 1000101 | 110110 |
Color Harmonies of #3ADBD5
Complementary color
Monochromatic Colors of #3ADBD5
Black with #3ADBD5
Text Example
Text Example
White with #3ADBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBD5; }
p { color: rgb(58,219,213); }
H1.HeaderClassName
{
color: #3ADBD5;
}
.AnyTagClassName
{
color: #3ADBD5;
}
</style>
background-color css
<style>
a { background-color: #3ADBD5; }
a { background-color: rgb(58,219,213); }
div.DivClassName
{
background-color: #3ADBD5;
}
.BgClassName
{
background-color: #3ADBD5;
}
</style>
border-color css
<style>
span { border-color: #3ADBD5; }
span { border-color: rgb(58,219,213); }
td.TdClassName
{
border-color: #3ADBD5;
}
.TagClassName
{
border-color: #3ADBD5;
}
</style>