Shades of Turquoise #3AFFD4
Tints of Turquoise #3AFFD4
RGB
CMYK
RGB Variations
Color information
#3AFFD4 (or 0x3AFFD4) is known color: Turquoise. HEX triplet: 3A, FF and D4. RGB value is (58,255,212). Sum of RGB (Red+Green+Blue) = 58+255+212=525 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.05% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFD4 is #C5002B. Grayscale: #BFBFBF. Windows color (decimal): -12910636 or 13958970. OLE color: 13958970.
HSL color Cylindrical-coordinate representation of color #3AFFD4: hue angle of 166.9º 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 #3AFFD4 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 212 | - |
| CMYK | 0.77 | 0 | 0.17 | 0 |
| HSL | 166.9º | 1% | 0.61% | - |
| HSV(B) | 166.9º | 0.77% | 1% | - |
| XYZ | 49.39 | 77.17 | 74.58 | - |
| YUV | 191.2 | 139.73 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 212 | 0.77 | 0 | 0.17 | 0 | 166.9 | 1 | 0.61 |
| Hex | 3A | FF | D4 | 4D | 0 | 11 | 0 | A7 | 64 | 3D |
| Octal | 72 | 377 | 324 | 115 | 0 | 21 | 0 | 247 | 144 | 75 |
| Binary | 111010 | 11111111 | 11010100 | 1001101 | 0 | 10001 | 0 | 10100111 | 1100100 | 111101 |
Color Harmonies of #3AFFD4
Complementary color
Monochromatic Colors of #3AFFD4
Black with #3AFFD4
Text Example
Text Example
White with #3AFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFD4; }
p { color: rgb(58,255,212); }
H1.HeaderClassName
{
color: #3AFFD4;
}
.AnyTagClassName
{
color: #3AFFD4;
}
</style>
background-color css
<style>
a { background-color: #3AFFD4; }
a { background-color: rgb(58,255,212); }
div.DivClassName
{
background-color: #3AFFD4;
}
.BgClassName
{
background-color: #3AFFD4;
}
</style>
border-color css
<style>
span { border-color: #3AFFD4; }
span { border-color: rgb(58,255,212); }
td.TdClassName
{
border-color: #3AFFD4;
}
.TagClassName
{
border-color: #3AFFD4;
}
</style>