Shades of Turquoise #3AD6EF
Tints of Turquoise #3AD6EF
RGB
CMYK
RGB Variations
Color information
#3AD6EF (or 0x3AD6EF) is known color: Turquoise. HEX triplet: 3A, D6 and EF. RGB value is (58,214,239). Sum of RGB (Red+Green+Blue) = 58+214+239=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AD6EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD6EF is #C52910. Grayscale: #A9A9A9. Windows color (decimal): -12921105 or 15717946. OLE color: 15717946.
HSL color Cylindrical-coordinate representation of color #3AD6EF: hue angle of 188.29º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD6EF is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 214 | 239 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.06 |
| HSL | 188.29º | 0.85% | 0.58% | - |
| HSV(B) | 188.29º | 0.76% | 0.94% | - |
| XYZ | 41.37 | 55.22 | 90.14 | - |
| YUV | 170.21 | 166.82 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 239 | 0.76 | 0.10 | 0 | 0.06 | 188.29 | 0.85 | 0.58 |
| Hex | 3A | D6 | EF | 4C | A | 0 | 6 | BC | 55 | 3A |
| Octal | 72 | 326 | 357 | 114 | 12 | 0 | 6 | 274 | 125 | 72 |
| Binary | 111010 | 11010110 | 11101111 | 1001100 | 1010 | 0 | 110 | 10111100 | 1010101 | 111010 |
Color Harmonies of #3AD6EF
Complementary color
Monochromatic Colors of #3AD6EF
Black with #3AD6EF
Text Example
Text Example
White with #3AD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6EF; }
p { color: rgb(58,214,239); }
H1.HeaderClassName
{
color: #3AD6EF;
}
.AnyTagClassName
{
color: #3AD6EF;
}
</style>
background-color css
<style>
a { background-color: #3AD6EF; }
a { background-color: rgb(58,214,239); }
div.DivClassName
{
background-color: #3AD6EF;
}
.BgClassName
{
background-color: #3AD6EF;
}
</style>
border-color css
<style>
span { border-color: #3AD6EF; }
span { border-color: rgb(58,214,239); }
td.TdClassName
{
border-color: #3AD6EF;
}
.TagClassName
{
border-color: #3AD6EF;
}
</style>