Shades of Turquoise #3AECC8
Tints of Turquoise #3AECC8
RGB
CMYK
RGB Variations
Color information
#3AECC8 (or 0x3AECC8) is known color: Turquoise. HEX triplet: 3A, EC and C8. RGB value is (58,236,200). Sum of RGB (Red+Green+Blue) = 58+236+200=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECC8 is #C51337. Grayscale: #B2B2B2. Windows color (decimal): -12915512 or 13167674. OLE color: 13167674.
HSL color Cylindrical-coordinate representation of color #3AECC8: hue angle of 167.87º 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 #3AECC8 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 200 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.07 |
| HSL | 167.87º | 0.82% | 0.58% | - |
| HSV(B) | 167.87º | 0.75% | 0.93% | - |
| XYZ | 42.17 | 65.06 | 64.98 | - |
| YUV | 178.67 | 140.03 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 200 | 0.75 | 0 | 0.15 | 0.07 | 167.87 | 0.82 | 0.58 |
| Hex | 3A | EC | C8 | 4B | 0 | F | 7 | A8 | 52 | 3A |
| Octal | 72 | 354 | 310 | 113 | 0 | 17 | 7 | 250 | 122 | 72 |
| Binary | 111010 | 11101100 | 11001000 | 1001011 | 0 | 1111 | 111 | 10101000 | 1010010 | 111010 |
Color Harmonies of #3AECC8
Complementary color
Monochromatic Colors of #3AECC8
Black with #3AECC8
Text Example
Text Example
White with #3AECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECC8; }
p { color: rgb(58,236,200); }
H1.HeaderClassName
{
color: #3AECC8;
}
.AnyTagClassName
{
color: #3AECC8;
}
</style>
background-color css
<style>
a { background-color: #3AECC8; }
a { background-color: rgb(58,236,200); }
div.DivClassName
{
background-color: #3AECC8;
}
.BgClassName
{
background-color: #3AECC8;
}
</style>
border-color css
<style>
span { border-color: #3AECC8; }
span { border-color: rgb(58,236,200); }
td.TdClassName
{
border-color: #3AECC8;
}
.TagClassName
{
border-color: #3AECC8;
}
</style>