Shades of Turquoise #3ADBC3
Tints of Turquoise #3ADBC3
RGB
CMYK
RGB Variations
Color information
#3ADBC3 (or 0x3ADBC3) is known color: Turquoise. HEX triplet: 3A, DB and C3. RGB value is (58,219,195). Sum of RGB (Red+Green+Blue) = 58+219+195=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBC3 is #C5243C. Grayscale: #A8A8A8. Windows color (decimal): -12919869 or 12835642. OLE color: 12835642.
HSL color Cylindrical-coordinate representation of color #3ADBC3: hue angle of 171.06º 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 #3ADBC3 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 195 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.14 |
| HSL | 171.06º | 0.69% | 0.54% | - |
| HSV(B) | 171.06º | 0.74% | 0.86% | - |
| XYZ | 36.93 | 55.5 | 60.4 | - |
| YUV | 168.13 | 143.16 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 195 | 0.74 | 0 | 0.11 | 0.14 | 171.06 | 0.69 | 0.54 |
| Hex | 3A | DB | C3 | 4A | 0 | B | E | AB | 45 | 36 |
| Octal | 72 | 333 | 303 | 112 | 0 | 13 | 16 | 253 | 105 | 66 |
| Binary | 111010 | 11011011 | 11000011 | 1001010 | 0 | 1011 | 1110 | 10101011 | 1000101 | 110110 |
Color Harmonies of #3ADBC3
Complementary color
Monochromatic Colors of #3ADBC3
Black with #3ADBC3
Text Example
Text Example
White with #3ADBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBC3; }
p { color: rgb(58,219,195); }
H1.HeaderClassName
{
color: #3ADBC3;
}
.AnyTagClassName
{
color: #3ADBC3;
}
</style>
background-color css
<style>
a { background-color: #3ADBC3; }
a { background-color: rgb(58,219,195); }
div.DivClassName
{
background-color: #3ADBC3;
}
.BgClassName
{
background-color: #3ADBC3;
}
</style>
border-color css
<style>
span { border-color: #3ADBC3; }
span { border-color: rgb(58,219,195); }
td.TdClassName
{
border-color: #3ADBC3;
}
.TagClassName
{
border-color: #3ADBC3;
}
</style>