Shades of Turquoise #4AFECE
Tints of Turquoise #4AFECE
RGB
CMYK
RGB Variations
Color information
#4AFECE (or 0x4AFECE) is known color: Turquoise. HEX triplet: 4A, FE and CE. RGB value is (74,254,206). Sum of RGB (Red+Green+Blue) = 74+254+206=534 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.86% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFECE is #B50131. Grayscale: #C2C2C2. Windows color (decimal): -11862322 or 13565514. OLE color: 13565514.
HSL color Cylindrical-coordinate representation of color #4AFECE: hue angle of 164º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFECE is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 206 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.00 |
| HSL | 164º | 0.99% | 0.64% | - |
| HSV(B) | 164º | 0.71% | 1% | - |
| XYZ | 49.41 | 76.8 | 70.61 | - |
| YUV | 194.71 | 134.37 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 206 | 0.71 | 0 | 0.19 | 0.00 | 164 | 0.99 | 0.64 |
| Hex | 4A | FE | CE | 47 | 0 | 13 | 0 | A4 | 63 | 40 |
| Octal | 112 | 376 | 316 | 107 | 0 | 23 | 0 | 244 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11001110 | 1000111 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000000 |
Color Harmonies of #4AFECE
Complementary color
Monochromatic Colors of #4AFECE
Black with #4AFECE
Text Example
Text Example
White with #4AFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFECE; }
p { color: rgb(74,254,206); }
H1.HeaderClassName
{
color: #4AFECE;
}
.AnyTagClassName
{
color: #4AFECE;
}
</style>
background-color css
<style>
a { background-color: #4AFECE; }
a { background-color: rgb(74,254,206); }
div.DivClassName
{
background-color: #4AFECE;
}
.BgClassName
{
background-color: #4AFECE;
}
</style>
border-color css
<style>
span { border-color: #4AFECE; }
span { border-color: rgb(74,254,206); }
td.TdClassName
{
border-color: #4AFECE;
}
.TagClassName
{
border-color: #4AFECE;
}
</style>