Shades of Turquoise #3AFFD0
Tints of Turquoise #3AFFD0
RGB
CMYK
RGB Variations
Color information
#3AFFD0 (or 0x3AFFD0) is known color: Turquoise. HEX triplet: 3A, FF and D0. RGB value is (58,255,208). Sum of RGB (Red+Green+Blue) = 58+255+208=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFD0 is #C5002F. Grayscale: #BEBEBE. Windows color (decimal): -12910640 or 13696826. OLE color: 13696826.
HSL color Cylindrical-coordinate representation of color #3AFFD0: hue angle of 165.69º 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 #3AFFD0 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 208 | - |
| CMYK | 0.77 | 0 | 0.18 | 0 |
| HSL | 165.69º | 1% | 0.61% | - |
| HSV(B) | 165.69º | 0.77% | 1% | - |
| XYZ | 48.89 | 76.97 | 71.96 | - |
| YUV | 190.74 | 137.73 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 208 | 0.77 | 0 | 0.18 | 0 | 165.69 | 1 | 0.61 |
| Hex | 3A | FF | D0 | 4D | 0 | 12 | 0 | A6 | 64 | 3D |
| Octal | 72 | 377 | 320 | 115 | 0 | 22 | 0 | 246 | 144 | 75 |
| Binary | 111010 | 11111111 | 11010000 | 1001101 | 0 | 10010 | 0 | 10100110 | 1100100 | 111101 |
Color Harmonies of #3AFFD0
Complementary color
Monochromatic Colors of #3AFFD0
Black with #3AFFD0
Text Example
Text Example
White with #3AFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFD0; }
p { color: rgb(58,255,208); }
H1.HeaderClassName
{
color: #3AFFD0;
}
.AnyTagClassName
{
color: #3AFFD0;
}
</style>
background-color css
<style>
a { background-color: #3AFFD0; }
a { background-color: rgb(58,255,208); }
div.DivClassName
{
background-color: #3AFFD0;
}
.BgClassName
{
background-color: #3AFFD0;
}
</style>
border-color css
<style>
span { border-color: #3AFFD0; }
span { border-color: rgb(58,255,208); }
td.TdClassName
{
border-color: #3AFFD0;
}
.TagClassName
{
border-color: #3AFFD0;
}
</style>