Shades of Turquoise #3AFEEB
Tints of Turquoise #3AFEEB
RGB
CMYK
RGB Variations
Color information
#3AFEEB (or 0x3AFEEB) is known color: Turquoise. HEX triplet: 3A, FE and EB. RGB value is (58,254,235). Sum of RGB (Red+Green+Blue) = 58+254+235=547 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.60% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEEB is #C50114. Grayscale: #C1C1C1. Windows color (decimal): -12910869 or 15466042. OLE color: 15466042.
HSL color Cylindrical-coordinate representation of color #3AFEEB: hue angle of 174.18º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEEB is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 235 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.00 |
| HSL | 174.18º | 0.99% | 0.61% | - |
| HSV(B) | 174.18º | 0.77% | 1% | - |
| XYZ | 52.18 | 77.78 | 90.86 | - |
| YUV | 193.23 | 151.57 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 235 | 0.77 | 0 | 0.07 | 0.00 | 174.18 | 0.99 | 0.61 |
| Hex | 3A | FE | EB | 4D | 0 | 7 | 0 | AE | 63 | 3D |
| Octal | 72 | 376 | 353 | 115 | 0 | 7 | 0 | 256 | 143 | 75 |
| Binary | 111010 | 11111110 | 11101011 | 1001101 | 0 | 111 | 0 | 10101110 | 1100011 | 111101 |
Color Harmonies of #3AFEEB
Complementary color
Monochromatic Colors of #3AFEEB
Black with #3AFEEB
Text Example
Text Example
White with #3AFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEEB; }
p { color: rgb(58,254,235); }
H1.HeaderClassName
{
color: #3AFEEB;
}
.AnyTagClassName
{
color: #3AFEEB;
}
</style>
background-color css
<style>
a { background-color: #3AFEEB; }
a { background-color: rgb(58,254,235); }
div.DivClassName
{
background-color: #3AFEEB;
}
.BgClassName
{
background-color: #3AFEEB;
}
</style>
border-color css
<style>
span { border-color: #3AFEEB; }
span { border-color: rgb(58,254,235); }
td.TdClassName
{
border-color: #3AFEEB;
}
.TagClassName
{
border-color: #3AFEEB;
}
</style>