Shades of Turquoise #3AD9EF
Tints of Turquoise #3AD9EF
RGB
CMYK
RGB Variations
Color information
#3AD9EF (or 0x3AD9EF) is known color: Turquoise. HEX triplet: 3A, D9 and EF. RGB value is (58,217,239). Sum of RGB (Red+Green+Blue) = 58+217+239=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AD9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD9EF is #C52610. Grayscale: #ABABAB. Windows color (decimal): -12920337 or 15718714. OLE color: 15718714.
HSL color Cylindrical-coordinate representation of color #3AD9EF: hue angle of 187.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 #3AD9EF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 217 | 239 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.06 |
| HSL | 187.29º | 0.85% | 0.58% | - |
| HSV(B) | 187.29º | 0.76% | 0.94% | - |
| XYZ | 42.14 | 56.76 | 90.4 | - |
| YUV | 171.97 | 165.82 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 239 | 0.76 | 0.09 | 0 | 0.06 | 187.29 | 0.85 | 0.58 |
| Hex | 3A | D9 | EF | 4C | 9 | 0 | 6 | BB | 55 | 3A |
| Octal | 72 | 331 | 357 | 114 | 11 | 0 | 6 | 273 | 125 | 72 |
| Binary | 111010 | 11011001 | 11101111 | 1001100 | 1001 | 0 | 110 | 10111011 | 1010101 | 111010 |
Color Harmonies of #3AD9EF
Complementary color
Monochromatic Colors of #3AD9EF
Black with #3AD9EF
Text Example
Text Example
White with #3AD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD9EF; }
p { color: rgb(58,217,239); }
H1.HeaderClassName
{
color: #3AD9EF;
}
.AnyTagClassName
{
color: #3AD9EF;
}
</style>
background-color css
<style>
a { background-color: #3AD9EF; }
a { background-color: rgb(58,217,239); }
div.DivClassName
{
background-color: #3AD9EF;
}
.BgClassName
{
background-color: #3AD9EF;
}
</style>
border-color css
<style>
span { border-color: #3AD9EF; }
span { border-color: rgb(58,217,239); }
td.TdClassName
{
border-color: #3AD9EF;
}
.TagClassName
{
border-color: #3AD9EF;
}
</style>