Shades of Turquoise #3AD6C8
Tints of Turquoise #3AD6C8
RGB
CMYK
RGB Variations
Color information
#3AD6C8 (or 0x3AD6C8) is known color: Turquoise. HEX triplet: 3A, D6 and C8. RGB value is (58,214,200). Sum of RGB (Red+Green+Blue) = 58+214+200=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6C8 is #C52937. Grayscale: #A5A5A5. Windows color (decimal): -12921144 or 13162042. OLE color: 13162042.
HSL color Cylindrical-coordinate representation of color #3AD6C8: hue angle of 174.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD6C8 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 200 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.16 |
| HSL | 174.62º | 0.66% | 0.53% | - |
| HSV(B) | 174.62º | 0.73% | 0.84% | - |
| XYZ | 36.22 | 53.16 | 63 | - |
| YUV | 165.76 | 147.32 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 200 | 0.73 | 0 | 0.07 | 0.16 | 174.62 | 0.66 | 0.53 |
| Hex | 3A | D6 | C8 | 49 | 0 | 7 | 10 | AF | 42 | 35 |
| Octal | 72 | 326 | 310 | 111 | 0 | 7 | 20 | 257 | 102 | 65 |
| Binary | 111010 | 11010110 | 11001000 | 1001001 | 0 | 111 | 10000 | 10101111 | 1000010 | 110101 |
Color Harmonies of #3AD6C8
Complementary color
Monochromatic Colors of #3AD6C8
Black with #3AD6C8
Text Example
Text Example
White with #3AD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6C8; }
p { color: rgb(58,214,200); }
H1.HeaderClassName
{
color: #3AD6C8;
}
.AnyTagClassName
{
color: #3AD6C8;
}
</style>
background-color css
<style>
a { background-color: #3AD6C8; }
a { background-color: rgb(58,214,200); }
div.DivClassName
{
background-color: #3AD6C8;
}
.BgClassName
{
background-color: #3AD6C8;
}
</style>
border-color css
<style>
span { border-color: #3AD6C8; }
span { border-color: rgb(58,214,200); }
td.TdClassName
{
border-color: #3AD6C8;
}
.TagClassName
{
border-color: #3AD6C8;
}
</style>