Shades of Turquoise #3AFFD7
Tints of Turquoise #3AFFD7
RGB
CMYK
RGB Variations
Color information
#3AFFD7 (or 0x3AFFD7) is known color: Turquoise. HEX triplet: 3A, FF and D7. RGB value is (58,255,215). Sum of RGB (Red+Green+Blue) = 58+255+215=528 (69% of max value = 765). Red value is 58 (23.05% from 255 or 10.98% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFD7 is #C50028. Grayscale: #BFBFBF. Windows color (decimal): -12910633 or 14155578. OLE color: 14155578.
HSL color Cylindrical-coordinate representation of color #3AFFD7: hue angle of 167.82º 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 #3AFFD7 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 215 | - |
| CMYK | 0.77 | 0 | 0.16 | 0 |
| HSL | 167.82º | 1% | 0.61% | - |
| HSV(B) | 167.82º | 0.77% | 1% | - |
| XYZ | 49.77 | 77.33 | 76.59 | - |
| YUV | 191.54 | 141.23 | 32.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 215 | 0.77 | 0 | 0.16 | 0 | 167.82 | 1 | 0.61 |
| Hex | 3A | FF | D7 | 4D | 0 | 10 | 0 | A8 | 64 | 3D |
| Octal | 72 | 377 | 327 | 115 | 0 | 20 | 0 | 250 | 144 | 75 |
| Binary | 111010 | 11111111 | 11010111 | 1001101 | 0 | 10000 | 0 | 10101000 | 1100100 | 111101 |
Color Harmonies of #3AFFD7
Complementary color
Monochromatic Colors of #3AFFD7
Black with #3AFFD7
Text Example
Text Example
White with #3AFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFD7; }
p { color: rgb(58,255,215); }
H1.HeaderClassName
{
color: #3AFFD7;
}
.AnyTagClassName
{
color: #3AFFD7;
}
</style>
background-color css
<style>
a { background-color: #3AFFD7; }
a { background-color: rgb(58,255,215); }
div.DivClassName
{
background-color: #3AFFD7;
}
.BgClassName
{
background-color: #3AFFD7;
}
</style>
border-color css
<style>
span { border-color: #3AFFD7; }
span { border-color: rgb(58,255,215); }
td.TdClassName
{
border-color: #3AFFD7;
}
.TagClassName
{
border-color: #3AFFD7;
}
</style>