Shades of Turquoise #3AECCE
Tints of Turquoise #3AECCE
RGB
CMYK
RGB Variations
Color information
#3AECCE (or 0x3AECCE) is known color: Turquoise. HEX triplet: 3A, EC and CE. RGB value is (58,236,206). Sum of RGB (Red+Green+Blue) = 58+236+206=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECCE is #C51331. Grayscale: #B3B3B3. Windows color (decimal): -12915506 or 13560890. OLE color: 13560890.
HSL color Cylindrical-coordinate representation of color #3AECCE: hue angle of 169.89º 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 #3AECCE is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 206 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.07 |
| HSL | 169.89º | 0.82% | 0.58% | - |
| HSV(B) | 169.89º | 0.75% | 0.93% | - |
| XYZ | 42.88 | 65.35 | 68.75 | - |
| YUV | 179.36 | 143.03 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 206 | 0.75 | 0 | 0.13 | 0.07 | 169.89 | 0.82 | 0.58 |
| Hex | 3A | EC | CE | 4B | 0 | D | 7 | AA | 52 | 3A |
| Octal | 72 | 354 | 316 | 113 | 0 | 15 | 7 | 252 | 122 | 72 |
| Binary | 111010 | 11101100 | 11001110 | 1001011 | 0 | 1101 | 111 | 10101010 | 1010010 | 111010 |
Color Harmonies of #3AECCE
Complementary color
Monochromatic Colors of #3AECCE
Black with #3AECCE
Text Example
Text Example
White with #3AECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECCE; }
p { color: rgb(58,236,206); }
H1.HeaderClassName
{
color: #3AECCE;
}
.AnyTagClassName
{
color: #3AECCE;
}
</style>
background-color css
<style>
a { background-color: #3AECCE; }
a { background-color: rgb(58,236,206); }
div.DivClassName
{
background-color: #3AECCE;
}
.BgClassName
{
background-color: #3AECCE;
}
</style>
border-color css
<style>
span { border-color: #3AECCE; }
span { border-color: rgb(58,236,206); }
td.TdClassName
{
border-color: #3AECCE;
}
.TagClassName
{
border-color: #3AECCE;
}
</style>