Shades of Turquoise #3AFAB5
Tints of Turquoise #3AFAB5
RGB
CMYK
RGB Variations
Color information
#3AFAB5 (or 0x3AFAB5) is known color: Turquoise. HEX triplet: 3A, FA and B5. RGB value is (58,250,181). Sum of RGB (Red+Green+Blue) = 58+250+181=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFAB5 is #C5054A. Grayscale: #B8B8B8. Windows color (decimal): -12911947 or 11926074. OLE color: 11926074.
HSL color Cylindrical-coordinate representation of color #3AFAB5: hue angle of 158.44º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFAB5 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 181 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.02 |
| HSL | 158.44º | 0.95% | 0.6% | - |
| HSV(B) | 158.44º | 0.77% | 0.98% | - |
| XYZ | 44.27 | 72.61 | 55.4 | - |
| YUV | 184.73 | 125.89 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 181 | 0.77 | 0 | 0.28 | 0.02 | 158.44 | 0.95 | 0.6 |
| Hex | 3A | FA | B5 | 4D | 0 | 1C | 2 | 9E | 5F | 3C |
| Octal | 72 | 372 | 265 | 115 | 0 | 34 | 2 | 236 | 137 | 74 |
| Binary | 111010 | 11111010 | 10110101 | 1001101 | 0 | 11100 | 10 | 10011110 | 1011111 | 111100 |
Color Harmonies of #3AFAB5
Complementary color
Monochromatic Colors of #3AFAB5
Black with #3AFAB5
Text Example
Text Example
White with #3AFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFAB5; }
p { color: rgb(58,250,181); }
H1.HeaderClassName
{
color: #3AFAB5;
}
.AnyTagClassName
{
color: #3AFAB5;
}
</style>
background-color css
<style>
a { background-color: #3AFAB5; }
a { background-color: rgb(58,250,181); }
div.DivClassName
{
background-color: #3AFAB5;
}
.BgClassName
{
background-color: #3AFAB5;
}
</style>
border-color css
<style>
span { border-color: #3AFAB5; }
span { border-color: rgb(58,250,181); }
td.TdClassName
{
border-color: #3AFAB5;
}
.TagClassName
{
border-color: #3AFAB5;
}
</style>