Shades of Turquoise #3AFEE6
Tints of Turquoise #3AFEE6
RGB
CMYK
RGB Variations
Color information
#3AFEE6 (or 0x3AFEE6) is known color: Turquoise. HEX triplet: 3A, FE and E6. RGB value is (58,254,230). Sum of RGB (Red+Green+Blue) = 58+254+230=542 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.70% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEE6 is #C50119. Grayscale: #C0C0C0. Windows color (decimal): -12910874 or 15138362. OLE color: 15138362.
HSL color Cylindrical-coordinate representation of color #3AFEE6: hue angle of 172.65º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEE6 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 230 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.00 |
| HSL | 172.65º | 0.99% | 0.61% | - |
| HSV(B) | 172.65º | 0.77% | 1% | - |
| XYZ | 51.47 | 77.5 | 87.11 | - |
| YUV | 192.66 | 149.07 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 230 | 0.77 | 0 | 0.09 | 0.00 | 172.65 | 0.99 | 0.61 |
| Hex | 3A | FE | E6 | 4D | 0 | 9 | 0 | AD | 63 | 3D |
| Octal | 72 | 376 | 346 | 115 | 0 | 11 | 0 | 255 | 143 | 75 |
| Binary | 111010 | 11111110 | 11100110 | 1001101 | 0 | 1001 | 0 | 10101101 | 1100011 | 111101 |
Color Harmonies of #3AFEE6
Complementary color
Monochromatic Colors of #3AFEE6
Black with #3AFEE6
Text Example
Text Example
White with #3AFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEE6; }
p { color: rgb(58,254,230); }
H1.HeaderClassName
{
color: #3AFEE6;
}
.AnyTagClassName
{
color: #3AFEE6;
}
</style>
background-color css
<style>
a { background-color: #3AFEE6; }
a { background-color: rgb(58,254,230); }
div.DivClassName
{
background-color: #3AFEE6;
}
.BgClassName
{
background-color: #3AFEE6;
}
</style>
border-color css
<style>
span { border-color: #3AFEE6; }
span { border-color: rgb(58,254,230); }
td.TdClassName
{
border-color: #3AFEE6;
}
.TagClassName
{
border-color: #3AFEE6;
}
</style>