Shades of Turquoise #3AE2CE
Tints of Turquoise #3AE2CE
RGB
CMYK
RGB Variations
Color information
#3AE2CE (or 0x3AE2CE) is known color: Turquoise. HEX triplet: 3A, E2 and CE. RGB value is (58,226,206). Sum of RGB (Red+Green+Blue) = 58+226+206=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE2CE is #C51D31. Grayscale: #ADADAD. Windows color (decimal): -12918066 or 13558330. OLE color: 13558330.
HSL color Cylindrical-coordinate representation of color #3AE2CE: hue angle of 172.86º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE2CE is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 226 | 206 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.11 |
| HSL | 172.86º | 0.74% | 0.56% | - |
| HSV(B) | 172.86º | 0.74% | 0.89% | - |
| XYZ | 40.08 | 59.75 | 67.81 | - |
| YUV | 173.49 | 146.34 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 226 | 206 | 0.74 | 0 | 0.09 | 0.11 | 172.86 | 0.74 | 0.56 |
| Hex | 3A | E2 | CE | 4A | 0 | 9 | B | AD | 4A | 38 |
| Octal | 72 | 342 | 316 | 112 | 0 | 11 | 13 | 255 | 112 | 70 |
| Binary | 111010 | 11100010 | 11001110 | 1001010 | 0 | 1001 | 1011 | 10101101 | 1001010 | 111000 |
Color Harmonies of #3AE2CE
Complementary color
Monochromatic Colors of #3AE2CE
Black with #3AE2CE
Text Example
Text Example
White with #3AE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE2CE; }
p { color: rgb(58,226,206); }
H1.HeaderClassName
{
color: #3AE2CE;
}
.AnyTagClassName
{
color: #3AE2CE;
}
</style>
background-color css
<style>
a { background-color: #3AE2CE; }
a { background-color: rgb(58,226,206); }
div.DivClassName
{
background-color: #3AE2CE;
}
.BgClassName
{
background-color: #3AE2CE;
}
</style>
border-color css
<style>
span { border-color: #3AE2CE; }
span { border-color: rgb(58,226,206); }
td.TdClassName
{
border-color: #3AE2CE;
}
.TagClassName
{
border-color: #3AE2CE;
}
</style>