Shades of Turquoise #3AD6CA
Tints of Turquoise #3AD6CA
RGB
CMYK
RGB Variations
Color information
#3AD6CA (or 0x3AD6CA) is known color: Turquoise. HEX triplet: 3A, D6 and CA. RGB value is (58,214,202). Sum of RGB (Red+Green+Blue) = 58+214+202=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6CA is #C52935. Grayscale: #A5A5A5. Windows color (decimal): -12921142 or 13293114. OLE color: 13293114.
HSL color Cylindrical-coordinate representation of color #3AD6CA: hue angle of 175.38º 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 #3AD6CA is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 202 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.16 |
| HSL | 175.38º | 0.66% | 0.53% | - |
| HSV(B) | 175.38º | 0.73% | 0.84% | - |
| XYZ | 36.45 | 53.26 | 64.24 | - |
| YUV | 165.99 | 148.32 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 202 | 0.73 | 0 | 0.06 | 0.16 | 175.38 | 0.66 | 0.53 |
| Hex | 3A | D6 | CA | 49 | 0 | 6 | 10 | AF | 42 | 35 |
| Octal | 72 | 326 | 312 | 111 | 0 | 6 | 20 | 257 | 102 | 65 |
| Binary | 111010 | 11010110 | 11001010 | 1001001 | 0 | 110 | 10000 | 10101111 | 1000010 | 110101 |
Color Harmonies of #3AD6CA
Complementary color
Monochromatic Colors of #3AD6CA
Black with #3AD6CA
Text Example
Text Example
White with #3AD6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6CA; }
p { color: rgb(58,214,202); }
H1.HeaderClassName
{
color: #3AD6CA;
}
.AnyTagClassName
{
color: #3AD6CA;
}
</style>
background-color css
<style>
a { background-color: #3AD6CA; }
a { background-color: rgb(58,214,202); }
div.DivClassName
{
background-color: #3AD6CA;
}
.BgClassName
{
background-color: #3AD6CA;
}
</style>
border-color css
<style>
span { border-color: #3AD6CA; }
span { border-color: rgb(58,214,202); }
td.TdClassName
{
border-color: #3AD6CA;
}
.TagClassName
{
border-color: #3AD6CA;
}
</style>