Shades of Turquoise #3AF6BD
Tints of Turquoise #3AF6BD
RGB
CMYK
RGB Variations
Color information
#3AF6BD (or 0x3AF6BD) is known color: Turquoise. HEX triplet: 3A, F6 and BD. RGB value is (58,246,189). Sum of RGB (Red+Green+Blue) = 58+246+189=493 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.76% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF6BD is #C50942. Grayscale: #B7B7B7. Windows color (decimal): -12912963 or 12449338. OLE color: 12449338.
HSL color Cylindrical-coordinate representation of color #3AF6BD: hue angle of 161.81º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF6BD is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 189 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.04 |
| HSL | 161.81º | 0.91% | 0.6% | - |
| HSV(B) | 161.81º | 0.76% | 0.96% | - |
| XYZ | 43.89 | 70.49 | 59.44 | - |
| YUV | 183.29 | 131.22 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 189 | 0.76 | 0 | 0.23 | 0.04 | 161.81 | 0.91 | 0.6 |
| Hex | 3A | F6 | BD | 4C | 0 | 17 | 4 | A2 | 5B | 3C |
| Octal | 72 | 366 | 275 | 114 | 0 | 27 | 4 | 242 | 133 | 74 |
| Binary | 111010 | 11110110 | 10111101 | 1001100 | 0 | 10111 | 100 | 10100010 | 1011011 | 111100 |
Color Harmonies of #3AF6BD
Complementary color
Monochromatic Colors of #3AF6BD
Black with #3AF6BD
Text Example
Text Example
White with #3AF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF6BD; }
p { color: rgb(58,246,189); }
H1.HeaderClassName
{
color: #3AF6BD;
}
.AnyTagClassName
{
color: #3AF6BD;
}
</style>
background-color css
<style>
a { background-color: #3AF6BD; }
a { background-color: rgb(58,246,189); }
div.DivClassName
{
background-color: #3AF6BD;
}
.BgClassName
{
background-color: #3AF6BD;
}
</style>
border-color css
<style>
span { border-color: #3AF6BD; }
span { border-color: rgb(58,246,189); }
td.TdClassName
{
border-color: #3AF6BD;
}
.TagClassName
{
border-color: #3AF6BD;
}
</style>