Shades of Turquoise #4AF2EB
Tints of Turquoise #4AF2EB
RGB
CMYK
RGB Variations
Color information
#4AF2EB (or 0x4AF2EB) is known color: Turquoise. HEX triplet: 4A, F2 and EB. RGB value is (74,242,235). Sum of RGB (Red+Green+Blue) = 74+242+235=551 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.43% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF2EB is #B50D14. Grayscale: #BEBEBE. Windows color (decimal): -11865365 or 15462986. OLE color: 15462986.
HSL color Cylindrical-coordinate representation of color #4AF2EB: hue angle of 177.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF2EB is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 235 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.05 |
| HSL | 177.5º | 0.87% | 0.62% | - |
| HSV(B) | 177.5º | 0.69% | 0.95% | - |
| XYZ | 49.57 | 70.96 | 89.68 | - |
| YUV | 190.97 | 152.84 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 235 | 0.69 | 0 | 0.03 | 0.05 | 177.5 | 0.87 | 0.62 |
| Hex | 4A | F2 | EB | 45 | 0 | 3 | 5 | B2 | 57 | 3E |
| Octal | 112 | 362 | 353 | 105 | 0 | 3 | 5 | 262 | 127 | 76 |
| Binary | 1001010 | 11110010 | 11101011 | 1000101 | 0 | 11 | 101 | 10110010 | 1010111 | 111110 |
Color Harmonies of #4AF2EB
Complementary color
Monochromatic Colors of #4AF2EB
Black with #4AF2EB
Text Example
Text Example
White with #4AF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2EB; }
p { color: rgb(74,242,235); }
H1.HeaderClassName
{
color: #4AF2EB;
}
.AnyTagClassName
{
color: #4AF2EB;
}
</style>
background-color css
<style>
a { background-color: #4AF2EB; }
a { background-color: rgb(74,242,235); }
div.DivClassName
{
background-color: #4AF2EB;
}
.BgClassName
{
background-color: #4AF2EB;
}
</style>
border-color css
<style>
span { border-color: #4AF2EB; }
span { border-color: rgb(74,242,235); }
td.TdClassName
{
border-color: #4AF2EB;
}
.TagClassName
{
border-color: #4AF2EB;
}
</style>