Shades of Turquoise #3AFEB2
Tints of Turquoise #3AFEB2
RGB
CMYK
RGB Variations
Color information
#3AFEB2 (or 0x3AFEB2) is known color: Turquoise. HEX triplet: 3A, FE and B2. RGB value is (58,254,178). Sum of RGB (Red+Green+Blue) = 58+254+178=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFEB2 is #C5014D. Grayscale: #BABABA. Windows color (decimal): -12910926 or 11730490. OLE color: 11730490.
HSL color Cylindrical-coordinate representation of color #3AFEB2: hue angle of 156.73º 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 #3AFEB2 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 178 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.00 |
| HSL | 156.73º | 0.99% | 0.61% | - |
| HSV(B) | 156.73º | 0.77% | 1% | - |
| XYZ | 45.22 | 75 | 54.21 | - |
| YUV | 186.73 | 123.07 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 178 | 0.77 | 0 | 0.30 | 0.00 | 156.73 | 0.99 | 0.61 |
| Hex | 3A | FE | B2 | 4D | 0 | 1E | 0 | 9D | 63 | 3D |
| Octal | 72 | 376 | 262 | 115 | 0 | 36 | 0 | 235 | 143 | 75 |
| Binary | 111010 | 11111110 | 10110010 | 1001101 | 0 | 11110 | 0 | 10011101 | 1100011 | 111101 |
Color Harmonies of #3AFEB2
Complementary color
Monochromatic Colors of #3AFEB2
Black with #3AFEB2
Text Example
Text Example
White with #3AFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEB2; }
p { color: rgb(58,254,178); }
H1.HeaderClassName
{
color: #3AFEB2;
}
.AnyTagClassName
{
color: #3AFEB2;
}
</style>
background-color css
<style>
a { background-color: #3AFEB2; }
a { background-color: rgb(58,254,178); }
div.DivClassName
{
background-color: #3AFEB2;
}
.BgClassName
{
background-color: #3AFEB2;
}
</style>
border-color css
<style>
span { border-color: #3AFEB2; }
span { border-color: rgb(58,254,178); }
td.TdClassName
{
border-color: #3AFEB2;
}
.TagClassName
{
border-color: #3AFEB2;
}
</style>