Shades of Turquoise #3AFFB0
Tints of Turquoise #3AFFB0
RGB
CMYK
RGB Variations
Color information
#3AFFB0 (or 0x3AFFB0) is known color: Turquoise. HEX triplet: 3A, FF and B0. RGB value is (58,255,176). Sum of RGB (Red+Green+Blue) = 58+255+176=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFFB0 is #C5004F. Grayscale: #BBBBBB. Windows color (decimal): -12910672 or 11599674. OLE color: 11599674.
HSL color Cylindrical-coordinate representation of color #3AFFB0: hue angle of 155.94º 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 #3AFFB0 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 176 | - |
| CMYK | 0.77 | 0 | 0.31 | 0 |
| HSL | 155.94º | 1% | 0.61% | - |
| HSV(B) | 155.94º | 0.77% | 1% | - |
| XYZ | 45.34 | 75.55 | 53.27 | - |
| YUV | 187.09 | 121.73 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 176 | 0.77 | 0 | 0.31 | 0 | 155.94 | 1 | 0.61 |
| Hex | 3A | FF | B0 | 4D | 0 | 1F | 0 | 9C | 64 | 3D |
| Octal | 72 | 377 | 260 | 115 | 0 | 37 | 0 | 234 | 144 | 75 |
| Binary | 111010 | 11111111 | 10110000 | 1001101 | 0 | 11111 | 0 | 10011100 | 1100100 | 111101 |
Color Harmonies of #3AFFB0
Complementary color
Monochromatic Colors of #3AFFB0
Black with #3AFFB0
Text Example
Text Example
White with #3AFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFB0; }
p { color: rgb(58,255,176); }
H1.HeaderClassName
{
color: #3AFFB0;
}
.AnyTagClassName
{
color: #3AFFB0;
}
</style>
background-color css
<style>
a { background-color: #3AFFB0; }
a { background-color: rgb(58,255,176); }
div.DivClassName
{
background-color: #3AFFB0;
}
.BgClassName
{
background-color: #3AFFB0;
}
</style>
border-color css
<style>
span { border-color: #3AFFB0; }
span { border-color: rgb(58,255,176); }
td.TdClassName
{
border-color: #3AFFB0;
}
.TagClassName
{
border-color: #3AFFB0;
}
</style>