Shades of Turquoise #3AFFEB
Tints of Turquoise #3AFFEB
RGB
CMYK
RGB Variations
Color information
#3AFFEB (or 0x3AFFEB) is known color: Turquoise. HEX triplet: 3A, FF and EB. RGB value is (58,255,235). Sum of RGB (Red+Green+Blue) = 58+255+235=548 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.58% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFFEB is #C50014. Grayscale: #C1C1C1. Windows color (decimal): -12910613 or 15466298. OLE color: 15466298.
HSL color Cylindrical-coordinate representation of color #3AFFEB: hue angle of 173.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFEB is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 235 | - |
| CMYK | 0.77 | 0 | 0.08 | 0 |
| HSL | 173.91º | 1% | 0.61% | - |
| HSV(B) | 173.91º | 0.77% | 1% | - |
| XYZ | 52.5 | 78.42 | 90.97 | - |
| YUV | 193.82 | 151.23 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 235 | 0.77 | 0 | 0.08 | 0 | 173.91 | 1 | 0.61 |
| Hex | 3A | FF | EB | 4D | 0 | 8 | 0 | AE | 64 | 3D |
| Octal | 72 | 377 | 353 | 115 | 0 | 10 | 0 | 256 | 144 | 75 |
| Binary | 111010 | 11111111 | 11101011 | 1001101 | 0 | 1000 | 0 | 10101110 | 1100100 | 111101 |
Color Harmonies of #3AFFEB
Complementary color
Monochromatic Colors of #3AFFEB
Black with #3AFFEB
Text Example
Text Example
White with #3AFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFEB; }
p { color: rgb(58,255,235); }
H1.HeaderClassName
{
color: #3AFFEB;
}
.AnyTagClassName
{
color: #3AFFEB;
}
</style>
background-color css
<style>
a { background-color: #3AFFEB; }
a { background-color: rgb(58,255,235); }
div.DivClassName
{
background-color: #3AFFEB;
}
.BgClassName
{
background-color: #3AFFEB;
}
</style>
border-color css
<style>
span { border-color: #3AFFEB; }
span { border-color: rgb(58,255,235); }
td.TdClassName
{
border-color: #3AFFEB;
}
.TagClassName
{
border-color: #3AFFEB;
}
</style>