Shades of Turquoise #3AF7BC
Tints of Turquoise #3AF7BC
RGB
CMYK
RGB Variations
Color information
#3AF7BC (or 0x3AF7BC) is known color: Turquoise. HEX triplet: 3A, F7 and BC. RGB value is (58,247,188). Sum of RGB (Red+Green+Blue) = 58+247+188=493 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.76% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF7BC is #C50843. Grayscale: #B7B7B7. Windows color (decimal): -12912708 or 12384058. OLE color: 12384058.
HSL color Cylindrical-coordinate representation of color #3AF7BC: hue angle of 161.27º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF7BC is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 188 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.03 |
| HSL | 161.27º | 0.92% | 0.6% | - |
| HSV(B) | 161.27º | 0.77% | 0.97% | - |
| XYZ | 44.08 | 71.05 | 58.97 | - |
| YUV | 183.76 | 130.38 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 188 | 0.77 | 0 | 0.24 | 0.03 | 161.27 | 0.92 | 0.6 |
| Hex | 3A | F7 | BC | 4D | 0 | 18 | 3 | A1 | 5C | 3C |
| Octal | 72 | 367 | 274 | 115 | 0 | 30 | 3 | 241 | 134 | 74 |
| Binary | 111010 | 11110111 | 10111100 | 1001101 | 0 | 11000 | 11 | 10100001 | 1011100 | 111100 |
Color Harmonies of #3AF7BC
Complementary color
Monochromatic Colors of #3AF7BC
Black with #3AF7BC
Text Example
Text Example
White with #3AF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF7BC; }
p { color: rgb(58,247,188); }
H1.HeaderClassName
{
color: #3AF7BC;
}
.AnyTagClassName
{
color: #3AF7BC;
}
</style>
background-color css
<style>
a { background-color: #3AF7BC; }
a { background-color: rgb(58,247,188); }
div.DivClassName
{
background-color: #3AF7BC;
}
.BgClassName
{
background-color: #3AF7BC;
}
</style>
border-color css
<style>
span { border-color: #3AF7BC; }
span { border-color: rgb(58,247,188); }
td.TdClassName
{
border-color: #3AF7BC;
}
.TagClassName
{
border-color: #3AF7BC;
}
</style>