Shades of Turquoise #3AFEB3
Tints of Turquoise #3AFEB3
RGB
CMYK
RGB Variations
Color information
#3AFEB3 (or 0x3AFEB3) is known color: Turquoise. HEX triplet: 3A, FE and B3. RGB value is (58,254,179). Sum of RGB (Red+Green+Blue) = 58+254+179=491 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.81% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEB3 is #C5014C. Grayscale: #BABABA. Windows color (decimal): -12910925 or 11796026. OLE color: 11796026.
HSL color Cylindrical-coordinate representation of color #3AFEB3: hue angle of 157.04º 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 #3AFEB3 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 179 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.00 |
| HSL | 157.04º | 0.99% | 0.61% | - |
| HSV(B) | 157.04º | 0.77% | 1% | - |
| XYZ | 45.32 | 75.04 | 54.74 | - |
| YUV | 186.85 | 123.57 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 179 | 0.77 | 0 | 0.30 | 0.00 | 157.04 | 0.99 | 0.61 |
| Hex | 3A | FE | B3 | 4D | 0 | 1E | 0 | 9D | 63 | 3D |
| Octal | 72 | 376 | 263 | 115 | 0 | 36 | 0 | 235 | 143 | 75 |
| Binary | 111010 | 11111110 | 10110011 | 1001101 | 0 | 11110 | 0 | 10011101 | 1100011 | 111101 |
Color Harmonies of #3AFEB3
Complementary color
Monochromatic Colors of #3AFEB3
Black with #3AFEB3
Text Example
Text Example
White with #3AFEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEB3; }
p { color: rgb(58,254,179); }
H1.HeaderClassName
{
color: #3AFEB3;
}
.AnyTagClassName
{
color: #3AFEB3;
}
</style>
background-color css
<style>
a { background-color: #3AFEB3; }
a { background-color: rgb(58,254,179); }
div.DivClassName
{
background-color: #3AFEB3;
}
.BgClassName
{
background-color: #3AFEB3;
}
</style>
border-color css
<style>
span { border-color: #3AFEB3; }
span { border-color: rgb(58,254,179); }
td.TdClassName
{
border-color: #3AFEB3;
}
.TagClassName
{
border-color: #3AFEB3;
}
</style>