Shades of Turquoise #4AFEEB
Tints of Turquoise #4AFEEB
RGB
CMYK
RGB Variations
Color information
#4AFEEB (or 0x4AFEEB) is known color: Turquoise. HEX triplet: 4A, FE and EB. RGB value is (74,254,235). Sum of RGB (Red+Green+Blue) = 74+254+235=563 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.14% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEEB is #B50114. Grayscale: #C5C5C5. Windows color (decimal): -11862293 or 15466058. OLE color: 15466058.
HSL color Cylindrical-coordinate representation of color #4AFEEB: hue angle of 173.67º 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 #4AFEEB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 235 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.00 |
| HSL | 173.67º | 0.99% | 0.64% | - |
| HSV(B) | 173.67º | 0.71% | 1% | - |
| XYZ | 53.26 | 78.34 | 90.91 | - |
| YUV | 198.01 | 148.87 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 235 | 0.71 | 0 | 0.07 | 0.00 | 173.67 | 0.99 | 0.64 |
| Hex | 4A | FE | EB | 47 | 0 | 7 | 0 | AE | 63 | 40 |
| Octal | 112 | 376 | 353 | 107 | 0 | 7 | 0 | 256 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11101011 | 1000111 | 0 | 111 | 0 | 10101110 | 1100011 | 1000000 |
Color Harmonies of #4AFEEB
Complementary color
Monochromatic Colors of #4AFEEB
Black with #4AFEEB
Text Example
Text Example
White with #4AFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFEEB; }
p { color: rgb(74,254,235); }
H1.HeaderClassName
{
color: #4AFEEB;
}
.AnyTagClassName
{
color: #4AFEEB;
}
</style>
background-color css
<style>
a { background-color: #4AFEEB; }
a { background-color: rgb(74,254,235); }
div.DivClassName
{
background-color: #4AFEEB;
}
.BgClassName
{
background-color: #4AFEEB;
}
</style>
border-color css
<style>
span { border-color: #4AFEEB; }
span { border-color: rgb(74,254,235); }
td.TdClassName
{
border-color: #4AFEEB;
}
.TagClassName
{
border-color: #4AFEEB;
}
</style>