Shades of Turquoise #3AF9B2
Tints of Turquoise #3AF9B2
RGB
CMYK
RGB Variations
Color information
#3AF9B2 (or 0x3AF9B2) is known color: Turquoise. HEX triplet: 3A, F9 and B2. RGB value is (58,249,178). Sum of RGB (Red+Green+Blue) = 58+249+178=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF9B2 is #C5064D. Grayscale: #B7B7B7. Windows color (decimal): -12912206 or 11729210. OLE color: 11729210.
HSL color Cylindrical-coordinate representation of color #3AF9B2: hue angle of 157.7º degrees, saturation: 0.94, 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 #3AF9B2 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 178 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.02 |
| HSL | 157.7º | 0.94% | 0.6% | - |
| HSV(B) | 157.7º | 0.77% | 0.98% | - |
| XYZ | 43.66 | 71.87 | 53.69 | - |
| YUV | 183.8 | 124.72 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 178 | 0.77 | 0 | 0.29 | 0.02 | 157.7 | 0.94 | 0.6 |
| Hex | 3A | F9 | B2 | 4D | 0 | 1D | 2 | 9E | 5E | 3C |
| Octal | 72 | 371 | 262 | 115 | 0 | 35 | 2 | 236 | 136 | 74 |
| Binary | 111010 | 11111001 | 10110010 | 1001101 | 0 | 11101 | 10 | 10011110 | 1011110 | 111100 |
Color Harmonies of #3AF9B2
Complementary color
Monochromatic Colors of #3AF9B2
Black with #3AF9B2
Text Example
Text Example
White with #3AF9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF9B2; }
p { color: rgb(58,249,178); }
H1.HeaderClassName
{
color: #3AF9B2;
}
.AnyTagClassName
{
color: #3AF9B2;
}
</style>
background-color css
<style>
a { background-color: #3AF9B2; }
a { background-color: rgb(58,249,178); }
div.DivClassName
{
background-color: #3AF9B2;
}
.BgClassName
{
background-color: #3AF9B2;
}
</style>
border-color css
<style>
span { border-color: #3AF9B2; }
span { border-color: rgb(58,249,178); }
td.TdClassName
{
border-color: #3AF9B2;
}
.TagClassName
{
border-color: #3AF9B2;
}
</style>