Shades of Turquoise #3AD9EE
Tints of Turquoise #3AD9EE
RGB
CMYK
RGB Variations
Color information
#3AD9EE (or 0x3AD9EE) is known color: Turquoise. HEX triplet: 3A, D9 and EE. RGB value is (58,217,238). Sum of RGB (Red+Green+Blue) = 58+217+238=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AD9EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD9EE is #C52611. Grayscale: #ABABAB. Windows color (decimal): -12920338 or 15653178. OLE color: 15653178.
HSL color Cylindrical-coordinate representation of color #3AD9EE: hue angle of 187º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD9EE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 217 | 238 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.07 |
| HSL | 187º | 0.84% | 0.58% | - |
| HSV(B) | 187º | 0.76% | 0.93% | - |
| XYZ | 41.99 | 56.7 | 89.62 | - |
| YUV | 171.85 | 165.32 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 238 | 0.76 | 0.09 | 0 | 0.07 | 187 | 0.84 | 0.58 |
| Hex | 3A | D9 | EE | 4C | 9 | 0 | 7 | BB | 54 | 3A |
| Octal | 72 | 331 | 356 | 114 | 11 | 0 | 7 | 273 | 124 | 72 |
| Binary | 111010 | 11011001 | 11101110 | 1001100 | 1001 | 0 | 111 | 10111011 | 1010100 | 111010 |
Color Harmonies of #3AD9EE
Complementary color
Monochromatic Colors of #3AD9EE
Black with #3AD9EE
Text Example
Text Example
White with #3AD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD9EE; }
p { color: rgb(58,217,238); }
H1.HeaderClassName
{
color: #3AD9EE;
}
.AnyTagClassName
{
color: #3AD9EE;
}
</style>
background-color css
<style>
a { background-color: #3AD9EE; }
a { background-color: rgb(58,217,238); }
div.DivClassName
{
background-color: #3AD9EE;
}
.BgClassName
{
background-color: #3AD9EE;
}
</style>
border-color css
<style>
span { border-color: #3AD9EE; }
span { border-color: rgb(58,217,238); }
td.TdClassName
{
border-color: #3AD9EE;
}
.TagClassName
{
border-color: #3AD9EE;
}
</style>