Shades of Turquoise #3AF2BC
Tints of Turquoise #3AF2BC
RGB
CMYK
RGB Variations
Color information
#3AF2BC (or 0x3AF2BC) is known color: Turquoise. HEX triplet: 3A, F2 and BC. RGB value is (58,242,188). Sum of RGB (Red+Green+Blue) = 58+242+188=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF2BC is #C50D43. Grayscale: #B4B4B4. Windows color (decimal): -12913988 or 12382778. OLE color: 12382778.
HSL color Cylindrical-coordinate representation of color #3AF2BC: hue angle of 162.39º 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 #3AF2BC is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 188 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.05 |
| HSL | 162.39º | 0.88% | 0.59% | - |
| HSV(B) | 162.39º | 0.76% | 0.95% | - |
| XYZ | 42.57 | 68.03 | 58.47 | - |
| YUV | 180.83 | 132.04 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 188 | 0.76 | 0 | 0.22 | 0.05 | 162.39 | 0.88 | 0.59 |
| Hex | 3A | F2 | BC | 4C | 0 | 16 | 5 | A2 | 58 | 3B |
| Octal | 72 | 362 | 274 | 114 | 0 | 26 | 5 | 242 | 130 | 73 |
| Binary | 111010 | 11110010 | 10111100 | 1001100 | 0 | 10110 | 101 | 10100010 | 1011000 | 111011 |
Color Harmonies of #3AF2BC
Complementary color
Monochromatic Colors of #3AF2BC
Black with #3AF2BC
Text Example
Text Example
White with #3AF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF2BC; }
p { color: rgb(58,242,188); }
H1.HeaderClassName
{
color: #3AF2BC;
}
.AnyTagClassName
{
color: #3AF2BC;
}
</style>
background-color css
<style>
a { background-color: #3AF2BC; }
a { background-color: rgb(58,242,188); }
div.DivClassName
{
background-color: #3AF2BC;
}
.BgClassName
{
background-color: #3AF2BC;
}
</style>
border-color css
<style>
span { border-color: #3AF2BC; }
span { border-color: rgb(58,242,188); }
td.TdClassName
{
border-color: #3AF2BC;
}
.TagClassName
{
border-color: #3AF2BC;
}
</style>