Shades of Turquoise #3AFFD1
Tints of Turquoise #3AFFD1
RGB
CMYK
RGB Variations
Color information
#3AFFD1 (or 0x3AFFD1) is known color: Turquoise. HEX triplet: 3A, FF and D1. RGB value is (58,255,209). Sum of RGB (Red+Green+Blue) = 58+255+209=522 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.11% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFD1 is #C5002E. Grayscale: #BEBEBE. Windows color (decimal): -12910639 or 13762362. OLE color: 13762362.
HSL color Cylindrical-coordinate representation of color #3AFFD1: hue angle of 165.99º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFD1 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 209 | - |
| CMYK | 0.77 | 0 | 0.18 | 0 |
| HSL | 165.99º | 1% | 0.61% | - |
| HSV(B) | 165.99º | 0.77% | 1% | - |
| XYZ | 49.01 | 77.02 | 72.61 | - |
| YUV | 190.85 | 138.23 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 209 | 0.77 | 0 | 0.18 | 0 | 165.99 | 1 | 0.61 |
| Hex | 3A | FF | D1 | 4D | 0 | 12 | 0 | A6 | 64 | 3D |
| Octal | 72 | 377 | 321 | 115 | 0 | 22 | 0 | 246 | 144 | 75 |
| Binary | 111010 | 11111111 | 11010001 | 1001101 | 0 | 10010 | 0 | 10100110 | 1100100 | 111101 |
Color Harmonies of #3AFFD1
Complementary color
Monochromatic Colors of #3AFFD1
Black with #3AFFD1
Text Example
Text Example
White with #3AFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFD1; }
p { color: rgb(58,255,209); }
H1.HeaderClassName
{
color: #3AFFD1;
}
.AnyTagClassName
{
color: #3AFFD1;
}
</style>
background-color css
<style>
a { background-color: #3AFFD1; }
a { background-color: rgb(58,255,209); }
div.DivClassName
{
background-color: #3AFFD1;
}
.BgClassName
{
background-color: #3AFFD1;
}
</style>
border-color css
<style>
span { border-color: #3AFFD1; }
span { border-color: rgb(58,255,209); }
td.TdClassName
{
border-color: #3AFFD1;
}
.TagClassName
{
border-color: #3AFFD1;
}
</style>