Shades of Turquoise #3AEECE
Tints of Turquoise #3AEECE
RGB
CMYK
RGB Variations
Color information
#3AEECE (or 0x3AEECE) is known color: Turquoise. HEX triplet: 3A, EE and CE. RGB value is (58,238,206). Sum of RGB (Red+Green+Blue) = 58+238+206=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEECE is #C51131. Grayscale: #B4B4B4. Windows color (decimal): -12914994 or 13561402. OLE color: 13561402.
HSL color Cylindrical-coordinate representation of color #3AEECE: hue angle of 169.33º 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 #3AEECE is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 206 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.07 |
| HSL | 169.33º | 0.84% | 0.58% | - |
| HSV(B) | 169.33º | 0.76% | 0.93% | - |
| XYZ | 43.46 | 66.5 | 68.94 | - |
| YUV | 180.53 | 142.37 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 206 | 0.76 | 0 | 0.13 | 0.07 | 169.33 | 0.84 | 0.58 |
| Hex | 3A | EE | CE | 4C | 0 | D | 7 | A9 | 54 | 3A |
| Octal | 72 | 356 | 316 | 114 | 0 | 15 | 7 | 251 | 124 | 72 |
| Binary | 111010 | 11101110 | 11001110 | 1001100 | 0 | 1101 | 111 | 10101001 | 1010100 | 111010 |
Color Harmonies of #3AEECE
Complementary color
Monochromatic Colors of #3AEECE
Black with #3AEECE
Text Example
Text Example
White with #3AEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEECE; }
p { color: rgb(58,238,206); }
H1.HeaderClassName
{
color: #3AEECE;
}
.AnyTagClassName
{
color: #3AEECE;
}
</style>
background-color css
<style>
a { background-color: #3AEECE; }
a { background-color: rgb(58,238,206); }
div.DivClassName
{
background-color: #3AEECE;
}
.BgClassName
{
background-color: #3AEECE;
}
</style>
border-color css
<style>
span { border-color: #3AEECE; }
span { border-color: rgb(58,238,206); }
td.TdClassName
{
border-color: #3AEECE;
}
.TagClassName
{
border-color: #3AEECE;
}
</style>