Shades of Turquoise #3AEFC9
Tints of Turquoise #3AEFC9
RGB
CMYK
RGB Variations
Color information
#3AEFC9 (or 0x3AEFC9) is known color: Turquoise. HEX triplet: 3A, EF and C9. RGB value is (58,239,201). Sum of RGB (Red+Green+Blue) = 58+239+201=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEFC9 is #C51036. Grayscale: #B4B4B4. Windows color (decimal): -12914743 or 13233978. OLE color: 13233978.
HSL color Cylindrical-coordinate representation of color #3AEFC9: hue angle of 167.4º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEFC9 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 239 | 201 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.06 |
| HSL | 167.4º | 0.85% | 0.58% | - |
| HSV(B) | 167.4º | 0.76% | 0.94% | - |
| XYZ | 43.15 | 66.85 | 65.89 | - |
| YUV | 180.55 | 139.53 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 239 | 201 | 0.76 | 0 | 0.16 | 0.06 | 167.4 | 0.85 | 0.58 |
| Hex | 3A | EF | C9 | 4C | 0 | 10 | 6 | A7 | 55 | 3A |
| Octal | 72 | 357 | 311 | 114 | 0 | 20 | 6 | 247 | 125 | 72 |
| Binary | 111010 | 11101111 | 11001001 | 1001100 | 0 | 10000 | 110 | 10100111 | 1010101 | 111010 |
Color Harmonies of #3AEFC9
Complementary color
Monochromatic Colors of #3AEFC9
Black with #3AEFC9
Text Example
Text Example
White with #3AEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEFC9; }
p { color: rgb(58,239,201); }
H1.HeaderClassName
{
color: #3AEFC9;
}
.AnyTagClassName
{
color: #3AEFC9;
}
</style>
background-color css
<style>
a { background-color: #3AEFC9; }
a { background-color: rgb(58,239,201); }
div.DivClassName
{
background-color: #3AEFC9;
}
.BgClassName
{
background-color: #3AEFC9;
}
</style>
border-color css
<style>
span { border-color: #3AEFC9; }
span { border-color: rgb(58,239,201); }
td.TdClassName
{
border-color: #3AEFC9;
}
.TagClassName
{
border-color: #3AEFC9;
}
</style>