Shades of Turquoise #3AF9BE
Tints of Turquoise #3AF9BE
RGB
CMYK
RGB Variations
Color information
#3AF9BE (or 0x3AF9BE) is known color: Turquoise. HEX triplet: 3A, F9 and BE. RGB value is (58,249,190). Sum of RGB (Red+Green+Blue) = 58+249+190=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF9BE is #C50641. Grayscale: #B9B9B9. Windows color (decimal): -12912194 or 12515642. OLE color: 12515642.
HSL color Cylindrical-coordinate representation of color #3AF9BE: hue angle of 161.47º 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 #3AF9BE is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 190 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.02 |
| HSL | 161.47º | 0.94% | 0.6% | - |
| HSV(B) | 161.47º | 0.77% | 0.98% | - |
| XYZ | 44.91 | 72.37 | 60.32 | - |
| YUV | 185.17 | 130.72 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 190 | 0.77 | 0 | 0.24 | 0.02 | 161.47 | 0.94 | 0.6 |
| Hex | 3A | F9 | BE | 4D | 0 | 18 | 2 | A1 | 5E | 3C |
| Octal | 72 | 371 | 276 | 115 | 0 | 30 | 2 | 241 | 136 | 74 |
| Binary | 111010 | 11111001 | 10111110 | 1001101 | 0 | 11000 | 10 | 10100001 | 1011110 | 111100 |
Color Harmonies of #3AF9BE
Complementary color
Monochromatic Colors of #3AF9BE
Black with #3AF9BE
Text Example
Text Example
White with #3AF9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF9BE; }
p { color: rgb(58,249,190); }
H1.HeaderClassName
{
color: #3AF9BE;
}
.AnyTagClassName
{
color: #3AF9BE;
}
</style>
background-color css
<style>
a { background-color: #3AF9BE; }
a { background-color: rgb(58,249,190); }
div.DivClassName
{
background-color: #3AF9BE;
}
.BgClassName
{
background-color: #3AF9BE;
}
</style>
border-color css
<style>
span { border-color: #3AF9BE; }
span { border-color: rgb(58,249,190); }
td.TdClassName
{
border-color: #3AF9BE;
}
.TagClassName
{
border-color: #3AF9BE;
}
</style>