Shades of Turquoise #3AE8C8
Tints of Turquoise #3AE8C8
RGB
CMYK
RGB Variations
Color information
#3AE8C8 (or 0x3AE8C8) is known color: Turquoise. HEX triplet: 3A, E8 and C8. RGB value is (58,232,200). Sum of RGB (Red+Green+Blue) = 58+232+200=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #3AE8C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE8C8 is #C51737. Grayscale: #B0B0B0. Windows color (decimal): -12916536 or 13166650. OLE color: 13166650.
HSL color Cylindrical-coordinate representation of color #3AE8C8: hue angle of 168.97º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE8C8 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 232 | 200 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.09 |
| HSL | 168.97º | 0.79% | 0.57% | - |
| HSV(B) | 168.97º | 0.75% | 0.91% | - |
| XYZ | 41.03 | 62.78 | 64.6 | - |
| YUV | 176.33 | 141.35 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 232 | 200 | 0.75 | 0 | 0.14 | 0.09 | 168.97 | 0.79 | 0.57 |
| Hex | 3A | E8 | C8 | 4B | 0 | E | 9 | A9 | 4F | 39 |
| Octal | 72 | 350 | 310 | 113 | 0 | 16 | 11 | 251 | 117 | 71 |
| Binary | 111010 | 11101000 | 11001000 | 1001011 | 0 | 1110 | 1001 | 10101001 | 1001111 | 111001 |
Color Harmonies of #3AE8C8
Complementary color
Monochromatic Colors of #3AE8C8
Black with #3AE8C8
Text Example
Text Example
White with #3AE8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE8C8; }
p { color: rgb(58,232,200); }
H1.HeaderClassName
{
color: #3AE8C8;
}
.AnyTagClassName
{
color: #3AE8C8;
}
</style>
background-color css
<style>
a { background-color: #3AE8C8; }
a { background-color: rgb(58,232,200); }
div.DivClassName
{
background-color: #3AE8C8;
}
.BgClassName
{
background-color: #3AE8C8;
}
</style>
border-color css
<style>
span { border-color: #3AE8C8; }
span { border-color: rgb(58,232,200); }
td.TdClassName
{
border-color: #3AE8C8;
}
.TagClassName
{
border-color: #3AE8C8;
}
</style>