Shades of Turquoise #3AEFE1
Tints of Turquoise #3AEFE1
RGB
CMYK
RGB Variations
Color information
#3AEFE1 (or 0x3AEFE1) is known color: Turquoise. HEX triplet: 3A, EF and E1. RGB value is (58,239,225). Sum of RGB (Red+Green+Blue) = 58+239+225=522 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.11% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEFE1 is #C5101E. Grayscale: #B7B7B7. Windows color (decimal): -12914719 or 14806842. OLE color: 14806842.
HSL color Cylindrical-coordinate representation of color #3AEFE1: hue angle of 175.36º 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 #3AEFE1 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 239 | 225 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.06 |
| HSL | 175.36º | 0.85% | 0.58% | - |
| HSV(B) | 175.36º | 0.76% | 0.94% | - |
| XYZ | 46.2 | 68.07 | 81.94 | - |
| YUV | 183.29 | 151.53 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 239 | 225 | 0.76 | 0 | 0.06 | 0.06 | 175.36 | 0.85 | 0.58 |
| Hex | 3A | EF | E1 | 4C | 0 | 6 | 6 | AF | 55 | 3A |
| Octal | 72 | 357 | 341 | 114 | 0 | 6 | 6 | 257 | 125 | 72 |
| Binary | 111010 | 11101111 | 11100001 | 1001100 | 0 | 110 | 110 | 10101111 | 1010101 | 111010 |
Color Harmonies of #3AEFE1
Complementary color
Monochromatic Colors of #3AEFE1
Black with #3AEFE1
Text Example
Text Example
White with #3AEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEFE1; }
p { color: rgb(58,239,225); }
H1.HeaderClassName
{
color: #3AEFE1;
}
.AnyTagClassName
{
color: #3AEFE1;
}
</style>
background-color css
<style>
a { background-color: #3AEFE1; }
a { background-color: rgb(58,239,225); }
div.DivClassName
{
background-color: #3AEFE1;
}
.BgClassName
{
background-color: #3AEFE1;
}
</style>
border-color css
<style>
span { border-color: #3AEFE1; }
span { border-color: rgb(58,239,225); }
td.TdClassName
{
border-color: #3AEFE1;
}
.TagClassName
{
border-color: #3AEFE1;
}
</style>