Shades of Turquoise #3AD6C7
Tints of Turquoise #3AD6C7
RGB
CMYK
RGB Variations
Color information
#3AD6C7 (or 0x3AD6C7) is known color: Turquoise. HEX triplet: 3A, D6 and C7. RGB value is (58,214,199). Sum of RGB (Red+Green+Blue) = 58+214+199=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6C7 is #C52938. Grayscale: #A5A5A5. Windows color (decimal): -12921145 or 13096506. OLE color: 13096506.
HSL color Cylindrical-coordinate representation of color #3AD6C7: hue angle of 174.23º 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 #3AD6C7 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 199 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.16 |
| HSL | 174.23º | 0.66% | 0.53% | - |
| HSV(B) | 174.23º | 0.73% | 0.84% | - |
| XYZ | 36.1 | 53.12 | 62.38 | - |
| YUV | 165.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 199 | 0.73 | 0 | 0.07 | 0.16 | 174.23 | 0.66 | 0.53 |
| Hex | 3A | D6 | C7 | 49 | 0 | 7 | 10 | AE | 42 | 35 |
| Octal | 72 | 326 | 307 | 111 | 0 | 7 | 20 | 256 | 102 | 65 |
| Binary | 111010 | 11010110 | 11000111 | 1001001 | 0 | 111 | 10000 | 10101110 | 1000010 | 110101 |
Color Harmonies of #3AD6C7
Complementary color
Monochromatic Colors of #3AD6C7
Black with #3AD6C7
Text Example
Text Example
White with #3AD6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6C7; }
p { color: rgb(58,214,199); }
H1.HeaderClassName
{
color: #3AD6C7;
}
.AnyTagClassName
{
color: #3AD6C7;
}
</style>
background-color css
<style>
a { background-color: #3AD6C7; }
a { background-color: rgb(58,214,199); }
div.DivClassName
{
background-color: #3AD6C7;
}
.BgClassName
{
background-color: #3AD6C7;
}
</style>
border-color css
<style>
span { border-color: #3AD6C7; }
span { border-color: rgb(58,214,199); }
td.TdClassName
{
border-color: #3AD6C7;
}
.TagClassName
{
border-color: #3AD6C7;
}
</style>