Shades of Turquoise #3AF2BA
Tints of Turquoise #3AF2BA
RGB
CMYK
RGB Variations
Color information
#3AF2BA (or 0x3AF2BA) is known color: Turquoise. HEX triplet: 3A, F2 and BA. RGB value is (58,242,186). Sum of RGB (Red+Green+Blue) = 58+242+186=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF2BA is #C50D45. Grayscale: #B4B4B4. Windows color (decimal): -12913990 or 12251706. OLE color: 12251706.
HSL color Cylindrical-coordinate representation of color #3AF2BA: hue angle of 161.74º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF2BA is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 186 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.05 |
| HSL | 161.74º | 0.88% | 0.59% | - |
| HSV(B) | 161.74º | 0.76% | 0.95% | - |
| XYZ | 42.36 | 67.95 | 57.34 | - |
| YUV | 180.6 | 131.04 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 186 | 0.76 | 0 | 0.23 | 0.05 | 161.74 | 0.88 | 0.59 |
| Hex | 3A | F2 | BA | 4C | 0 | 17 | 5 | A2 | 58 | 3B |
| Octal | 72 | 362 | 272 | 114 | 0 | 27 | 5 | 242 | 130 | 73 |
| Binary | 111010 | 11110010 | 10111010 | 1001100 | 0 | 10111 | 101 | 10100010 | 1011000 | 111011 |
Color Harmonies of #3AF2BA
Complementary color
Monochromatic Colors of #3AF2BA
Black with #3AF2BA
Text Example
Text Example
White with #3AF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF2BA; }
p { color: rgb(58,242,186); }
H1.HeaderClassName
{
color: #3AF2BA;
}
.AnyTagClassName
{
color: #3AF2BA;
}
</style>
background-color css
<style>
a { background-color: #3AF2BA; }
a { background-color: rgb(58,242,186); }
div.DivClassName
{
background-color: #3AF2BA;
}
.BgClassName
{
background-color: #3AF2BA;
}
</style>
border-color css
<style>
span { border-color: #3AF2BA; }
span { border-color: rgb(58,242,186); }
td.TdClassName
{
border-color: #3AF2BA;
}
.TagClassName
{
border-color: #3AF2BA;
}
</style>