Shades of Turquoise #3AFECE
Tints of Turquoise #3AFECE
RGB
CMYK
RGB Variations
Color information
#3AFECE (or 0x3AFECE) is known color: Turquoise. HEX triplet: 3A, FE and CE. RGB value is (58,254,206). Sum of RGB (Red+Green+Blue) = 58+254+206=518 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.20% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFECE is #C50131. Grayscale: #BDBDBD. Windows color (decimal): -12910898 or 13565498. OLE color: 13565498.
HSL color Cylindrical-coordinate representation of color #3AFECE: hue angle of 165.31º 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 #3AFECE is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 206 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.00 |
| HSL | 165.31º | 0.99% | 0.61% | - |
| HSV(B) | 165.31º | 0.77% | 1% | - |
| XYZ | 48.33 | 76.24 | 70.56 | - |
| YUV | 189.92 | 137.07 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 206 | 0.77 | 0 | 0.19 | 0.00 | 165.31 | 0.99 | 0.61 |
| Hex | 3A | FE | CE | 4D | 0 | 13 | 0 | A5 | 63 | 3D |
| Octal | 72 | 376 | 316 | 115 | 0 | 23 | 0 | 245 | 143 | 75 |
| Binary | 111010 | 11111110 | 11001110 | 1001101 | 0 | 10011 | 0 | 10100101 | 1100011 | 111101 |
Color Harmonies of #3AFECE
Complementary color
Monochromatic Colors of #3AFECE
Black with #3AFECE
Text Example
Text Example
White with #3AFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFECE; }
p { color: rgb(58,254,206); }
H1.HeaderClassName
{
color: #3AFECE;
}
.AnyTagClassName
{
color: #3AFECE;
}
</style>
background-color css
<style>
a { background-color: #3AFECE; }
a { background-color: rgb(58,254,206); }
div.DivClassName
{
background-color: #3AFECE;
}
.BgClassName
{
background-color: #3AFECE;
}
</style>
border-color css
<style>
span { border-color: #3AFECE; }
span { border-color: rgb(58,254,206); }
td.TdClassName
{
border-color: #3AFECE;
}
.TagClassName
{
border-color: #3AFECE;
}
</style>