Shades of Turquoise #3AF8BA
Tints of Turquoise #3AF8BA
RGB
CMYK
RGB Variations
Color information
#3AF8BA (or 0x3AF8BA) is known color: Turquoise. HEX triplet: 3A, F8 and BA. RGB value is (58,248,186). Sum of RGB (Red+Green+Blue) = 58+248+186=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF8BA is #C50745. Grayscale: #B8B8B8. Windows color (decimal): -12912454 or 12253242. OLE color: 12253242.
HSL color Cylindrical-coordinate representation of color #3AF8BA: hue angle of 160.42º degrees, saturation: 0.93, 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 #3AF8BA is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 186 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.03 |
| HSL | 160.42º | 0.93% | 0.6% | - |
| HSV(B) | 160.42º | 0.77% | 0.97% | - |
| XYZ | 44.18 | 71.58 | 57.94 | - |
| YUV | 184.12 | 129.05 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 186 | 0.77 | 0 | 0.25 | 0.03 | 160.42 | 0.93 | 0.6 |
| Hex | 3A | F8 | BA | 4D | 0 | 19 | 3 | A0 | 5D | 3C |
| Octal | 72 | 370 | 272 | 115 | 0 | 31 | 3 | 240 | 135 | 74 |
| Binary | 111010 | 11111000 | 10111010 | 1001101 | 0 | 11001 | 11 | 10100000 | 1011101 | 111100 |
Color Harmonies of #3AF8BA
Complementary color
Monochromatic Colors of #3AF8BA
Black with #3AF8BA
Text Example
Text Example
White with #3AF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF8BA; }
p { color: rgb(58,248,186); }
H1.HeaderClassName
{
color: #3AF8BA;
}
.AnyTagClassName
{
color: #3AF8BA;
}
</style>
background-color css
<style>
a { background-color: #3AF8BA; }
a { background-color: rgb(58,248,186); }
div.DivClassName
{
background-color: #3AF8BA;
}
.BgClassName
{
background-color: #3AF8BA;
}
</style>
border-color css
<style>
span { border-color: #3AF8BA; }
span { border-color: rgb(58,248,186); }
td.TdClassName
{
border-color: #3AF8BA;
}
.TagClassName
{
border-color: #3AF8BA;
}
</style>