Shades of Turquoise #3ADBC8
Tints of Turquoise #3ADBC8
RGB
CMYK
RGB Variations
Color information
#3ADBC8 (or 0x3ADBC8) is known color: Turquoise. HEX triplet: 3A, DB and C8. RGB value is (58,219,200). Sum of RGB (Red+Green+Blue) = 58+219+200=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBC8 is #C52437. Grayscale: #A8A8A8. Windows color (decimal): -12919864 or 13163322. OLE color: 13163322.
HSL color Cylindrical-coordinate representation of color #3ADBC8: hue angle of 172.92º 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 #3ADBC8 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 200 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.14 |
| HSL | 172.92º | 0.69% | 0.54% | - |
| HSV(B) | 172.92º | 0.74% | 0.86% | - |
| XYZ | 37.5 | 55.73 | 63.42 | - |
| YUV | 168.7 | 145.66 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 200 | 0.74 | 0 | 0.09 | 0.14 | 172.92 | 0.69 | 0.54 |
| Hex | 3A | DB | C8 | 4A | 0 | 9 | E | AD | 45 | 36 |
| Octal | 72 | 333 | 310 | 112 | 0 | 11 | 16 | 255 | 105 | 66 |
| Binary | 111010 | 11011011 | 11001000 | 1001010 | 0 | 1001 | 1110 | 10101101 | 1000101 | 110110 |
Color Harmonies of #3ADBC8
Complementary color
Monochromatic Colors of #3ADBC8
Black with #3ADBC8
Text Example
Text Example
White with #3ADBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBC8; }
p { color: rgb(58,219,200); }
H1.HeaderClassName
{
color: #3ADBC8;
}
.AnyTagClassName
{
color: #3ADBC8;
}
</style>
background-color css
<style>
a { background-color: #3ADBC8; }
a { background-color: rgb(58,219,200); }
div.DivClassName
{
background-color: #3ADBC8;
}
.BgClassName
{
background-color: #3ADBC8;
}
</style>
border-color css
<style>
span { border-color: #3ADBC8; }
span { border-color: rgb(58,219,200); }
td.TdClassName
{
border-color: #3ADBC8;
}
.TagClassName
{
border-color: #3ADBC8;
}
</style>