Shades of Turquoise #3AD8D4
Tints of Turquoise #3AD8D4
RGB
CMYK
RGB Variations
Color information
#3AD8D4 (or 0x3AD8D4) is known color: Turquoise. HEX triplet: 3A, D8 and D4. RGB value is (58,216,212). Sum of RGB (Red+Green+Blue) = 58+216+212=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD8D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD8D4 is #C5272B. Grayscale: #A8A8A8. Windows color (decimal): -12920620 or 13948986. OLE color: 13948986.
HSL color Cylindrical-coordinate representation of color #3AD8D4: hue angle of 178.48º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD8D4 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 212 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.15 |
| HSL | 178.48º | 0.67% | 0.54% | - |
| HSV(B) | 178.48º | 0.73% | 0.85% | - |
| XYZ | 38.18 | 54.76 | 70.85 | - |
| YUV | 168.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 212 | 0.73 | 0 | 0.02 | 0.15 | 178.48 | 0.67 | 0.54 |
| Hex | 3A | D8 | D4 | 49 | 0 | 2 | F | B2 | 43 | 36 |
| Octal | 72 | 330 | 324 | 111 | 0 | 2 | 17 | 262 | 103 | 66 |
| Binary | 111010 | 11011000 | 11010100 | 1001001 | 0 | 10 | 1111 | 10110010 | 1000011 | 110110 |
Color Harmonies of #3AD8D4
Complementary color
Monochromatic Colors of #3AD8D4
Black with #3AD8D4
Text Example
Text Example
White with #3AD8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD8D4; }
p { color: rgb(58,216,212); }
H1.HeaderClassName
{
color: #3AD8D4;
}
.AnyTagClassName
{
color: #3AD8D4;
}
</style>
background-color css
<style>
a { background-color: #3AD8D4; }
a { background-color: rgb(58,216,212); }
div.DivClassName
{
background-color: #3AD8D4;
}
.BgClassName
{
background-color: #3AD8D4;
}
</style>
border-color css
<style>
span { border-color: #3AD8D4; }
span { border-color: rgb(58,216,212); }
td.TdClassName
{
border-color: #3AD8D4;
}
.TagClassName
{
border-color: #3AD8D4;
}
</style>