Shades of Turquoise #3AFECD
Tints of Turquoise #3AFECD
RGB
CMYK
RGB Variations
Color information
#3AFECD (or 0x3AFECD) is known color: Turquoise. HEX triplet: 3A, FE and CD. RGB value is (58,254,205). Sum of RGB (Red+Green+Blue) = 58+254+205=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFECD is #C50132. Grayscale: #BDBDBD. Windows color (decimal): -12910899 or 13499962. OLE color: 13499962.
HSL color Cylindrical-coordinate representation of color #3AFECD: hue angle of 165º 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 #3AFECD is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 205 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.00 |
| HSL | 165º | 0.99% | 0.61% | - |
| HSV(B) | 165º | 0.77% | 1% | - |
| XYZ | 48.21 | 76.19 | 69.92 | - |
| YUV | 189.81 | 136.57 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 205 | 0.77 | 0 | 0.19 | 0.00 | 165 | 0.99 | 0.61 |
| Hex | 3A | FE | CD | 4D | 0 | 13 | 0 | A5 | 63 | 3D |
| Octal | 72 | 376 | 315 | 115 | 0 | 23 | 0 | 245 | 143 | 75 |
| Binary | 111010 | 11111110 | 11001101 | 1001101 | 0 | 10011 | 0 | 10100101 | 1100011 | 111101 |
Color Harmonies of #3AFECD
Complementary color
Monochromatic Colors of #3AFECD
Black with #3AFECD
Text Example
Text Example
White with #3AFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFECD; }
p { color: rgb(58,254,205); }
H1.HeaderClassName
{
color: #3AFECD;
}
.AnyTagClassName
{
color: #3AFECD;
}
</style>
background-color css
<style>
a { background-color: #3AFECD; }
a { background-color: rgb(58,254,205); }
div.DivClassName
{
background-color: #3AFECD;
}
.BgClassName
{
background-color: #3AFECD;
}
</style>
border-color css
<style>
span { border-color: #3AFECD; }
span { border-color: rgb(58,254,205); }
td.TdClassName
{
border-color: #3AFECD;
}
.TagClassName
{
border-color: #3AFECD;
}
</style>