Shades of Turquoise #3AFDBD
Tints of Turquoise #3AFDBD
RGB
CMYK
RGB Variations
Color information
#3AFDBD (or 0x3AFDBD) is known color: Turquoise. HEX triplet: 3A, FD and BD. RGB value is (58,253,189). Sum of RGB (Red+Green+Blue) = 58+253+189=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDBD is #C50242. Grayscale: #BBBBBB. Windows color (decimal): -12911171 or 12451130. OLE color: 12451130.
HSL color Cylindrical-coordinate representation of color #3AFDBD: hue angle of 160.31º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFDBD is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 189 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.01 |
| HSL | 160.31º | 0.98% | 0.61% | - |
| HSV(B) | 160.31º | 0.77% | 0.99% | - |
| XYZ | 46.06 | 74.82 | 60.16 | - |
| YUV | 187.4 | 128.9 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 189 | 0.77 | 0 | 0.25 | 0.01 | 160.31 | 0.98 | 0.61 |
| Hex | 3A | FD | BD | 4D | 0 | 19 | 1 | A0 | 62 | 3D |
| Octal | 72 | 375 | 275 | 115 | 0 | 31 | 1 | 240 | 142 | 75 |
| Binary | 111010 | 11111101 | 10111101 | 1001101 | 0 | 11001 | 1 | 10100000 | 1100010 | 111101 |
Color Harmonies of #3AFDBD
Complementary color
Monochromatic Colors of #3AFDBD
Black with #3AFDBD
Text Example
Text Example
White with #3AFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDBD; }
p { color: rgb(58,253,189); }
H1.HeaderClassName
{
color: #3AFDBD;
}
.AnyTagClassName
{
color: #3AFDBD;
}
</style>
background-color css
<style>
a { background-color: #3AFDBD; }
a { background-color: rgb(58,253,189); }
div.DivClassName
{
background-color: #3AFDBD;
}
.BgClassName
{
background-color: #3AFDBD;
}
</style>
border-color css
<style>
span { border-color: #3AFDBD; }
span { border-color: rgb(58,253,189); }
td.TdClassName
{
border-color: #3AFDBD;
}
.TagClassName
{
border-color: #3AFDBD;
}
</style>