Shades of Turquoise #3AFCBD
Tints of Turquoise #3AFCBD
RGB
CMYK
RGB Variations
Color information
#3AFCBD (or 0x3AFCBD) is known color: Turquoise. HEX triplet: 3A, FC and BD. RGB value is (58,252,189). Sum of RGB (Red+Green+Blue) = 58+252+189=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCBD is #C50342. Grayscale: #BABABA. Windows color (decimal): -12911427 or 12450874. OLE color: 12450874.
HSL color Cylindrical-coordinate representation of color #3AFCBD: hue angle of 160.52º degrees, saturation: 0.97, 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 #3AFCBD is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 189 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.01 |
| HSL | 160.52º | 0.97% | 0.61% | - |
| HSV(B) | 160.52º | 0.77% | 0.99% | - |
| XYZ | 45.74 | 74.19 | 60.05 | - |
| YUV | 186.81 | 129.23 | 36.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 189 | 0.77 | 0 | 0.25 | 0.01 | 160.52 | 0.97 | 0.61 |
| Hex | 3A | FC | BD | 4D | 0 | 19 | 1 | A1 | 61 | 3D |
| Octal | 72 | 374 | 275 | 115 | 0 | 31 | 1 | 241 | 141 | 75 |
| Binary | 111010 | 11111100 | 10111101 | 1001101 | 0 | 11001 | 1 | 10100001 | 1100001 | 111101 |
Color Harmonies of #3AFCBD
Complementary color
Monochromatic Colors of #3AFCBD
Black with #3AFCBD
Text Example
Text Example
White with #3AFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFCBD; }
p { color: rgb(58,252,189); }
H1.HeaderClassName
{
color: #3AFCBD;
}
.AnyTagClassName
{
color: #3AFCBD;
}
</style>
background-color css
<style>
a { background-color: #3AFCBD; }
a { background-color: rgb(58,252,189); }
div.DivClassName
{
background-color: #3AFCBD;
}
.BgClassName
{
background-color: #3AFCBD;
}
</style>
border-color css
<style>
span { border-color: #3AFCBD; }
span { border-color: rgb(58,252,189); }
td.TdClassName
{
border-color: #3AFCBD;
}
.TagClassName
{
border-color: #3AFCBD;
}
</style>