Shades of Turquoise #3AFEDA
Tints of Turquoise #3AFEDA
RGB
CMYK
RGB Variations
Color information
#3AFEDA (or 0x3AFEDA) is known color: Turquoise. HEX triplet: 3A, FE and DA. RGB value is (58,254,218). Sum of RGB (Red+Green+Blue) = 58+254+218=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEDA is #C50125. Grayscale: #BFBFBF. Windows color (decimal): -12910886 or 14351930. OLE color: 14351930.
HSL color Cylindrical-coordinate representation of color #3AFEDA: hue angle of 168.98º 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 #3AFEDA is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 218 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.00 |
| HSL | 168.98º | 0.99% | 0.61% | - |
| HSV(B) | 168.98º | 0.77% | 1% | - |
| XYZ | 49.84 | 76.85 | 78.54 | - |
| YUV | 191.29 | 143.07 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 218 | 0.77 | 0 | 0.14 | 0.00 | 168.98 | 0.99 | 0.61 |
| Hex | 3A | FE | DA | 4D | 0 | E | 0 | A9 | 63 | 3D |
| Octal | 72 | 376 | 332 | 115 | 0 | 16 | 0 | 251 | 143 | 75 |
| Binary | 111010 | 11111110 | 11011010 | 1001101 | 0 | 1110 | 0 | 10101001 | 1100011 | 111101 |
Color Harmonies of #3AFEDA
Complementary color
Monochromatic Colors of #3AFEDA
Black with #3AFEDA
Text Example
Text Example
White with #3AFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEDA; }
p { color: rgb(58,254,218); }
H1.HeaderClassName
{
color: #3AFEDA;
}
.AnyTagClassName
{
color: #3AFEDA;
}
</style>
background-color css
<style>
a { background-color: #3AFEDA; }
a { background-color: rgb(58,254,218); }
div.DivClassName
{
background-color: #3AFEDA;
}
.BgClassName
{
background-color: #3AFEDA;
}
</style>
border-color css
<style>
span { border-color: #3AFEDA; }
span { border-color: rgb(58,254,218); }
td.TdClassName
{
border-color: #3AFEDA;
}
.TagClassName
{
border-color: #3AFEDA;
}
</style>