Shades of Turquoise #3AFCBC
Tints of Turquoise #3AFCBC
RGB
CMYK
RGB Variations
Color information
#3AFCBC (or 0x3AFCBC) is known color: Turquoise. HEX triplet: 3A, FC and BC. RGB value is (58,252,188). Sum of RGB (Red+Green+Blue) = 58+252+188=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCBC is #C50343. Grayscale: #BABABA. Windows color (decimal): -12911428 or 12385338. OLE color: 12385338.
HSL color Cylindrical-coordinate representation of color #3AFCBC: hue angle of 160.21º 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 #3AFCBC is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 188 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.01 |
| HSL | 160.21º | 0.97% | 0.61% | - |
| HSV(B) | 160.21º | 0.77% | 0.99% | - |
| XYZ | 45.63 | 74.15 | 59.48 | - |
| YUV | 186.7 | 128.73 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 188 | 0.77 | 0 | 0.25 | 0.01 | 160.21 | 0.97 | 0.61 |
| Hex | 3A | FC | BC | 4D | 0 | 19 | 1 | A0 | 61 | 3D |
| Octal | 72 | 374 | 274 | 115 | 0 | 31 | 1 | 240 | 141 | 75 |
| Binary | 111010 | 11111100 | 10111100 | 1001101 | 0 | 11001 | 1 | 10100000 | 1100001 | 111101 |
Color Harmonies of #3AFCBC
Complementary color
Monochromatic Colors of #3AFCBC
Black with #3AFCBC
Text Example
Text Example
White with #3AFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFCBC; }
p { color: rgb(58,252,188); }
H1.HeaderClassName
{
color: #3AFCBC;
}
.AnyTagClassName
{
color: #3AFCBC;
}
</style>
background-color css
<style>
a { background-color: #3AFCBC; }
a { background-color: rgb(58,252,188); }
div.DivClassName
{
background-color: #3AFCBC;
}
.BgClassName
{
background-color: #3AFCBC;
}
</style>
border-color css
<style>
span { border-color: #3AFCBC; }
span { border-color: rgb(58,252,188); }
td.TdClassName
{
border-color: #3AFCBC;
}
.TagClassName
{
border-color: #3AFCBC;
}
</style>