Shades of Turquoise #3AD8DC
Tints of Turquoise #3AD8DC
RGB
CMYK
RGB Variations
Color information
#3AD8DC (or 0x3AD8DC) is known color: Turquoise. HEX triplet: 3A, D8 and DC. RGB value is (58,216,220). Sum of RGB (Red+Green+Blue) = 58+216+220=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AD8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD8DC is #C52723. Grayscale: #A9A9A9. Windows color (decimal): -12920612 or 14473274. OLE color: 14473274.
HSL color Cylindrical-coordinate representation of color #3AD8DC: hue angle of 181.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD8DC is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 216 | 220 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.14 |
| HSL | 181.48º | 0.7% | 0.55% | - |
| HSV(B) | 181.48º | 0.74% | 0.86% | - |
| XYZ | 39.22 | 55.18 | 76.29 | - |
| YUV | 169.21 | 156.65 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 220 | 0.74 | 0.02 | 0 | 0.14 | 181.48 | 0.7 | 0.55 |
| Hex | 3A | D8 | DC | 4A | 2 | 0 | E | B5 | 46 | 37 |
| Octal | 72 | 330 | 334 | 112 | 2 | 0 | 16 | 265 | 106 | 67 |
| Binary | 111010 | 11011000 | 11011100 | 1001010 | 10 | 0 | 1110 | 10110101 | 1000110 | 110111 |
Color Harmonies of #3AD8DC
Complementary color
Monochromatic Colors of #3AD8DC
Black with #3AD8DC
Text Example
Text Example
White with #3AD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD8DC; }
p { color: rgb(58,216,220); }
H1.HeaderClassName
{
color: #3AD8DC;
}
.AnyTagClassName
{
color: #3AD8DC;
}
</style>
background-color css
<style>
a { background-color: #3AD8DC; }
a { background-color: rgb(58,216,220); }
div.DivClassName
{
background-color: #3AD8DC;
}
.BgClassName
{
background-color: #3AD8DC;
}
</style>
border-color css
<style>
span { border-color: #3AD8DC; }
span { border-color: rgb(58,216,220); }
td.TdClassName
{
border-color: #3AD8DC;
}
.TagClassName
{
border-color: #3AD8DC;
}
</style>