Shades of Turquoise #3AEECA
Tints of Turquoise #3AEECA
RGB
CMYK
RGB Variations
Color information
#3AEECA (or 0x3AEECA) is known color: Turquoise. HEX triplet: 3A, EE and CA. RGB value is (58,238,202). Sum of RGB (Red+Green+Blue) = 58+238+202=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEECA is #C51135. Grayscale: #B4B4B4. Windows color (decimal): -12914998 or 13299258. OLE color: 13299258.
HSL color Cylindrical-coordinate representation of color #3AEECA: hue angle of 168º 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 #3AEECA is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 202 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.07 |
| HSL | 168º | 0.84% | 0.58% | - |
| HSV(B) | 168º | 0.76% | 0.93% | - |
| XYZ | 42.98 | 66.31 | 66.41 | - |
| YUV | 180.08 | 140.37 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 202 | 0.76 | 0 | 0.15 | 0.07 | 168 | 0.84 | 0.58 |
| Hex | 3A | EE | CA | 4C | 0 | F | 7 | A8 | 54 | 3A |
| Octal | 72 | 356 | 312 | 114 | 0 | 17 | 7 | 250 | 124 | 72 |
| Binary | 111010 | 11101110 | 11001010 | 1001100 | 0 | 1111 | 111 | 10101000 | 1010100 | 111010 |
Color Harmonies of #3AEECA
Complementary color
Monochromatic Colors of #3AEECA
Black with #3AEECA
Text Example
Text Example
White with #3AEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEECA; }
p { color: rgb(58,238,202); }
H1.HeaderClassName
{
color: #3AEECA;
}
.AnyTagClassName
{
color: #3AEECA;
}
</style>
background-color css
<style>
a { background-color: #3AEECA; }
a { background-color: rgb(58,238,202); }
div.DivClassName
{
background-color: #3AEECA;
}
.BgClassName
{
background-color: #3AEECA;
}
</style>
border-color css
<style>
span { border-color: #3AEECA; }
span { border-color: rgb(58,238,202); }
td.TdClassName
{
border-color: #3AEECA;
}
.TagClassName
{
border-color: #3AEECA;
}
</style>