Shades of Turquoise #3AFDBC
Tints of Turquoise #3AFDBC
RGB
CMYK
RGB Variations
Color information
#3AFDBC (or 0x3AFDBC) is known color: Turquoise. HEX triplet: 3A, FD and BC. RGB value is (58,253,188). Sum of RGB (Red+Green+Blue) = 58+253+188=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDBC is #C50243. Grayscale: #BBBBBB. Windows color (decimal): -12911172 or 12385594. OLE color: 12385594.
HSL color Cylindrical-coordinate representation of color #3AFDBC: hue angle of 160º 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 #3AFDBC is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 188 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.01 |
| HSL | 160º | 0.98% | 0.61% | - |
| HSV(B) | 160º | 0.77% | 0.99% | - |
| XYZ | 45.95 | 74.78 | 59.59 | - |
| YUV | 187.29 | 128.4 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 188 | 0.77 | 0 | 0.26 | 0.01 | 160 | 0.98 | 0.61 |
| Hex | 3A | FD | BC | 4D | 0 | 1A | 1 | A0 | 62 | 3D |
| Octal | 72 | 375 | 274 | 115 | 0 | 32 | 1 | 240 | 142 | 75 |
| Binary | 111010 | 11111101 | 10111100 | 1001101 | 0 | 11010 | 1 | 10100000 | 1100010 | 111101 |
Color Harmonies of #3AFDBC
Complementary color
Monochromatic Colors of #3AFDBC
Black with #3AFDBC
Text Example
Text Example
White with #3AFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDBC; }
p { color: rgb(58,253,188); }
H1.HeaderClassName
{
color: #3AFDBC;
}
.AnyTagClassName
{
color: #3AFDBC;
}
</style>
background-color css
<style>
a { background-color: #3AFDBC; }
a { background-color: rgb(58,253,188); }
div.DivClassName
{
background-color: #3AFDBC;
}
.BgClassName
{
background-color: #3AFDBC;
}
</style>
border-color css
<style>
span { border-color: #3AFDBC; }
span { border-color: rgb(58,253,188); }
td.TdClassName
{
border-color: #3AFDBC;
}
.TagClassName
{
border-color: #3AFDBC;
}
</style>