Shades of Turquoise #3AFAB2
Tints of Turquoise #3AFAB2
RGB
CMYK
RGB Variations
Color information
#3AFAB2 (or 0x3AFAB2) is known color: Turquoise. HEX triplet: 3A, FA and B2. RGB value is (58,250,178). Sum of RGB (Red+Green+Blue) = 58+250+178=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFAB2 is #C5054D. Grayscale: #B8B8B8. Windows color (decimal): -12911950 or 11729466. OLE color: 11729466.
HSL color Cylindrical-coordinate representation of color #3AFAB2: hue angle of 157.5º 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 #3AFAB2 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 178 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.02 |
| HSL | 157.5º | 0.95% | 0.6% | - |
| HSV(B) | 157.5º | 0.77% | 0.98% | - |
| XYZ | 43.97 | 72.49 | 53.79 | - |
| YUV | 184.38 | 124.39 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 178 | 0.77 | 0 | 0.29 | 0.02 | 157.5 | 0.95 | 0.6 |
| Hex | 3A | FA | B2 | 4D | 0 | 1D | 2 | 9E | 5F | 3C |
| Octal | 72 | 372 | 262 | 115 | 0 | 35 | 2 | 236 | 137 | 74 |
| Binary | 111010 | 11111010 | 10110010 | 1001101 | 0 | 11101 | 10 | 10011110 | 1011111 | 111100 |
Color Harmonies of #3AFAB2
Complementary color
Monochromatic Colors of #3AFAB2
Black with #3AFAB2
Text Example
Text Example
White with #3AFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFAB2; }
p { color: rgb(58,250,178); }
H1.HeaderClassName
{
color: #3AFAB2;
}
.AnyTagClassName
{
color: #3AFAB2;
}
</style>
background-color css
<style>
a { background-color: #3AFAB2; }
a { background-color: rgb(58,250,178); }
div.DivClassName
{
background-color: #3AFAB2;
}
.BgClassName
{
background-color: #3AFAB2;
}
</style>
border-color css
<style>
span { border-color: #3AFAB2; }
span { border-color: rgb(58,250,178); }
td.TdClassName
{
border-color: #3AFAB2;
}
.TagClassName
{
border-color: #3AFAB2;
}
</style>