Shades of Turquoise #3AFEDC
Tints of Turquoise #3AFEDC
RGB
CMYK
RGB Variations
Color information
#3AFEDC (or 0x3AFEDC) is known color: Turquoise. HEX triplet: 3A, FE and DC. RGB value is (58,254,220). Sum of RGB (Red+Green+Blue) = 58+254+220=532 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.90% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEDC is #C50123. Grayscale: #BFBFBF. Windows color (decimal): -12910884 or 14483002. OLE color: 14483002.
HSL color Cylindrical-coordinate representation of color #3AFEDC: hue angle of 169.59º 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 #3AFEDC is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 220 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.00 |
| HSL | 169.59º | 0.99% | 0.61% | - |
| HSV(B) | 169.59º | 0.77% | 1% | - |
| XYZ | 50.11 | 76.95 | 79.92 | - |
| YUV | 191.52 | 144.07 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 220 | 0.77 | 0 | 0.13 | 0.00 | 169.59 | 0.99 | 0.61 |
| Hex | 3A | FE | DC | 4D | 0 | D | 0 | AA | 63 | 3D |
| Octal | 72 | 376 | 334 | 115 | 0 | 15 | 0 | 252 | 143 | 75 |
| Binary | 111010 | 11111110 | 11011100 | 1001101 | 0 | 1101 | 0 | 10101010 | 1100011 | 111101 |
Color Harmonies of #3AFEDC
Complementary color
Monochromatic Colors of #3AFEDC
Black with #3AFEDC
Text Example
Text Example
White with #3AFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEDC; }
p { color: rgb(58,254,220); }
H1.HeaderClassName
{
color: #3AFEDC;
}
.AnyTagClassName
{
color: #3AFEDC;
}
</style>
background-color css
<style>
a { background-color: #3AFEDC; }
a { background-color: rgb(58,254,220); }
div.DivClassName
{
background-color: #3AFEDC;
}
.BgClassName
{
background-color: #3AFEDC;
}
</style>
border-color css
<style>
span { border-color: #3AFEDC; }
span { border-color: rgb(58,254,220); }
td.TdClassName
{
border-color: #3AFEDC;
}
.TagClassName
{
border-color: #3AFEDC;
}
</style>