Shades of Turquoise #3AD7EC
Tints of Turquoise #3AD7EC
RGB
CMYK
RGB Variations
Color information
#3AD7EC (or 0x3AD7EC) is known color: Turquoise. HEX triplet: 3A, D7 and EC. RGB value is (58,215,236). Sum of RGB (Red+Green+Blue) = 58+215+236=509 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.39% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #3AD7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD7EC is #C52813. Grayscale: #AAAAAA. Windows color (decimal): -12920852 or 15521594. OLE color: 15521594.
HSL color Cylindrical-coordinate representation of color #3AD7EC: hue angle of 187.08º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD7EC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 215 | 236 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.07 |
| HSL | 187.08º | 0.82% | 0.58% | - |
| HSV(B) | 187.08º | 0.75% | 0.93% | - |
| XYZ | 41.19 | 55.56 | 87.91 | - |
| YUV | 170.45 | 164.99 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 236 | 0.75 | 0.09 | 0 | 0.07 | 187.08 | 0.82 | 0.58 |
| Hex | 3A | D7 | EC | 4B | 9 | 0 | 7 | BB | 52 | 3A |
| Octal | 72 | 327 | 354 | 113 | 11 | 0 | 7 | 273 | 122 | 72 |
| Binary | 111010 | 11010111 | 11101100 | 1001011 | 1001 | 0 | 111 | 10111011 | 1010010 | 111010 |
Color Harmonies of #3AD7EC
Complementary color
Monochromatic Colors of #3AD7EC
Black with #3AD7EC
Text Example
Text Example
White with #3AD7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD7EC; }
p { color: rgb(58,215,236); }
H1.HeaderClassName
{
color: #3AD7EC;
}
.AnyTagClassName
{
color: #3AD7EC;
}
</style>
background-color css
<style>
a { background-color: #3AD7EC; }
a { background-color: rgb(58,215,236); }
div.DivClassName
{
background-color: #3AD7EC;
}
.BgClassName
{
background-color: #3AD7EC;
}
</style>
border-color css
<style>
span { border-color: #3AD7EC; }
span { border-color: rgb(58,215,236); }
td.TdClassName
{
border-color: #3AD7EC;
}
.TagClassName
{
border-color: #3AD7EC;
}
</style>