Shades of Turquoise #3AEBCE
Tints of Turquoise #3AEBCE
RGB
CMYK
RGB Variations
Color information
#3AEBCE (or 0x3AEBCE) is known color: Turquoise. HEX triplet: 3A, EB and CE. RGB value is (58,235,206). Sum of RGB (Red+Green+Blue) = 58+235+206=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBCE is #C51431. Grayscale: #B2B2B2. Windows color (decimal): -12915762 or 13560634. OLE color: 13560634.
HSL color Cylindrical-coordinate representation of color #3AEBCE: hue angle of 170.17º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEBCE is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 235 | 206 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.08 |
| HSL | 170.17º | 0.82% | 0.57% | - |
| HSV(B) | 170.17º | 0.75% | 0.92% | - |
| XYZ | 42.59 | 64.77 | 68.65 | - |
| YUV | 178.77 | 143.36 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 235 | 206 | 0.75 | 0 | 0.12 | 0.08 | 170.17 | 0.82 | 0.57 |
| Hex | 3A | EB | CE | 4B | 0 | C | 8 | AA | 52 | 39 |
| Octal | 72 | 353 | 316 | 113 | 0 | 14 | 10 | 252 | 122 | 71 |
| Binary | 111010 | 11101011 | 11001110 | 1001011 | 0 | 1100 | 1000 | 10101010 | 1010010 | 111001 |
Color Harmonies of #3AEBCE
Complementary color
Monochromatic Colors of #3AEBCE
Black with #3AEBCE
Text Example
Text Example
White with #3AEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEBCE; }
p { color: rgb(58,235,206); }
H1.HeaderClassName
{
color: #3AEBCE;
}
.AnyTagClassName
{
color: #3AEBCE;
}
</style>
background-color css
<style>
a { background-color: #3AEBCE; }
a { background-color: rgb(58,235,206); }
div.DivClassName
{
background-color: #3AEBCE;
}
.BgClassName
{
background-color: #3AEBCE;
}
</style>
border-color css
<style>
span { border-color: #3AEBCE; }
span { border-color: rgb(58,235,206); }
td.TdClassName
{
border-color: #3AEBCE;
}
.TagClassName
{
border-color: #3AEBCE;
}
</style>