Shades of Turquoise #3AECCB
Tints of Turquoise #3AECCB
RGB
CMYK
RGB Variations
Color information
#3AECCB (or 0x3AECCB) is known color: Turquoise. HEX triplet: 3A, EC and CB. RGB value is (58,236,203). Sum of RGB (Red+Green+Blue) = 58+236+203=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECCB is #C51334. Grayscale: #B2B2B2. Windows color (decimal): -12915509 or 13364282. OLE color: 13364282.
HSL color Cylindrical-coordinate representation of color #3AECCB: hue angle of 168.88º 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 #3AECCB is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 203 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.07 |
| HSL | 168.88º | 0.82% | 0.58% | - |
| HSV(B) | 168.88º | 0.75% | 0.93% | - |
| XYZ | 42.52 | 65.2 | 66.84 | - |
| YUV | 179.02 | 141.53 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 203 | 0.75 | 0 | 0.14 | 0.07 | 168.88 | 0.82 | 0.58 |
| Hex | 3A | EC | CB | 4B | 0 | E | 7 | A9 | 52 | 3A |
| Octal | 72 | 354 | 313 | 113 | 0 | 16 | 7 | 251 | 122 | 72 |
| Binary | 111010 | 11101100 | 11001011 | 1001011 | 0 | 1110 | 111 | 10101001 | 1010010 | 111010 |
Color Harmonies of #3AECCB
Complementary color
Monochromatic Colors of #3AECCB
Black with #3AECCB
Text Example
Text Example
White with #3AECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECCB; }
p { color: rgb(58,236,203); }
H1.HeaderClassName
{
color: #3AECCB;
}
.AnyTagClassName
{
color: #3AECCB;
}
</style>
background-color css
<style>
a { background-color: #3AECCB; }
a { background-color: rgb(58,236,203); }
div.DivClassName
{
background-color: #3AECCB;
}
.BgClassName
{
background-color: #3AECCB;
}
</style>
border-color css
<style>
span { border-color: #3AECCB; }
span { border-color: rgb(58,236,203); }
td.TdClassName
{
border-color: #3AECCB;
}
.TagClassName
{
border-color: #3AECCB;
}
</style>