Shades of Turquoise #3AD8EC
Tints of Turquoise #3AD8EC
RGB
CMYK
RGB Variations
Color information
#3AD8EC (or 0x3AD8EC) is known color: Turquoise. HEX triplet: 3A, D8 and EC. RGB value is (58,216,236). Sum of RGB (Red+Green+Blue) = 58+216+236=510 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.37% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #3AD8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD8EC is #C52713. Grayscale: #AAAAAA. Windows color (decimal): -12920596 or 15521850. OLE color: 15521850.
HSL color Cylindrical-coordinate representation of color #3AD8EC: hue angle of 186.74º 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 #3AD8EC is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 216 | 236 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.07 |
| HSL | 186.74º | 0.82% | 0.58% | - |
| HSV(B) | 186.74º | 0.75% | 0.93% | - |
| XYZ | 41.44 | 56.07 | 87.99 | - |
| YUV | 171.04 | 164.65 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 236 | 0.75 | 0.08 | 0 | 0.07 | 186.74 | 0.82 | 0.58 |
| Hex | 3A | D8 | EC | 4B | 8 | 0 | 7 | BB | 52 | 3A |
| Octal | 72 | 330 | 354 | 113 | 10 | 0 | 7 | 273 | 122 | 72 |
| Binary | 111010 | 11011000 | 11101100 | 1001011 | 1000 | 0 | 111 | 10111011 | 1010010 | 111010 |
Color Harmonies of #3AD8EC
Complementary color
Monochromatic Colors of #3AD8EC
Black with #3AD8EC
Text Example
Text Example
White with #3AD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD8EC; }
p { color: rgb(58,216,236); }
H1.HeaderClassName
{
color: #3AD8EC;
}
.AnyTagClassName
{
color: #3AD8EC;
}
</style>
background-color css
<style>
a { background-color: #3AD8EC; }
a { background-color: rgb(58,216,236); }
div.DivClassName
{
background-color: #3AD8EC;
}
.BgClassName
{
background-color: #3AD8EC;
}
</style>
border-color css
<style>
span { border-color: #3AD8EC; }
span { border-color: rgb(58,216,236); }
td.TdClassName
{
border-color: #3AD8EC;
}
.TagClassName
{
border-color: #3AD8EC;
}
</style>