Shades of Turquoise #3AFEBD
Tints of Turquoise #3AFEBD
RGB
CMYK
RGB Variations
Color information
#3AFEBD (or 0x3AFEBD) is known color: Turquoise. HEX triplet: 3A, FE and BD. RGB value is (58,254,189). Sum of RGB (Red+Green+Blue) = 58+254+189=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEBD is #C50142. Grayscale: #BCBCBC. Windows color (decimal): -12910915 or 12451386. OLE color: 12451386.
HSL color Cylindrical-coordinate representation of color #3AFEBD: hue angle of 160.1º 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 #3AFEBD is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 189 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.00 |
| HSL | 160.1º | 0.99% | 0.61% | - |
| HSV(B) | 160.1º | 0.77% | 1% | - |
| XYZ | 46.37 | 75.46 | 60.26 | - |
| YUV | 187.99 | 128.57 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 189 | 0.77 | 0 | 0.26 | 0.00 | 160.1 | 0.99 | 0.61 |
| Hex | 3A | FE | BD | 4D | 0 | 1A | 0 | A0 | 63 | 3D |
| Octal | 72 | 376 | 275 | 115 | 0 | 32 | 0 | 240 | 143 | 75 |
| Binary | 111010 | 11111110 | 10111101 | 1001101 | 0 | 11010 | 0 | 10100000 | 1100011 | 111101 |
Color Harmonies of #3AFEBD
Complementary color
Monochromatic Colors of #3AFEBD
Black with #3AFEBD
Text Example
Text Example
White with #3AFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEBD; }
p { color: rgb(58,254,189); }
H1.HeaderClassName
{
color: #3AFEBD;
}
.AnyTagClassName
{
color: #3AFEBD;
}
</style>
background-color css
<style>
a { background-color: #3AFEBD; }
a { background-color: rgb(58,254,189); }
div.DivClassName
{
background-color: #3AFEBD;
}
.BgClassName
{
background-color: #3AFEBD;
}
</style>
border-color css
<style>
span { border-color: #3AFEBD; }
span { border-color: rgb(58,254,189); }
td.TdClassName
{
border-color: #3AFEBD;
}
.TagClassName
{
border-color: #3AFEBD;
}
</style>