Shades of Turquoise #4AEBEC
Tints of Turquoise #4AEBEC
RGB
CMYK
RGB Variations
Color information
#4AEBEC (or 0x4AEBEC) is known color: Turquoise. HEX triplet: 4A, EB and EC. RGB value is (74,235,236). Sum of RGB (Red+Green+Blue) = 74+235+236=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AEBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEBEC is #B51413. Grayscale: #BABABA. Windows color (decimal): -11867156 or 15526730. OLE color: 15526730.
HSL color Cylindrical-coordinate representation of color #4AEBEC: hue angle of 180.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBEC is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 235 | 236 | - |
| CMYK | 0.69 | 0.00 | 0 | 0.07 |
| HSL | 180.37º | 0.81% | 0.61% | - |
| HSV(B) | 180.37º | 0.69% | 0.93% | - |
| XYZ | 47.67 | 66.93 | 89.76 | - |
| YUV | 186.98 | 155.66 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 235 | 236 | 0.69 | 0.00 | 0 | 0.07 | 180.37 | 0.81 | 0.61 |
| Hex | 4A | EB | EC | 45 | 0 | 0 | 7 | B4 | 51 | 3D |
| Octal | 112 | 353 | 354 | 105 | 0 | 0 | 7 | 264 | 121 | 75 |
| Binary | 1001010 | 11101011 | 11101100 | 1000101 | 0 | 0 | 111 | 10110100 | 1010001 | 111101 |
Color Harmonies of #4AEBEC
Complementary color
Monochromatic Colors of #4AEBEC
Black with #4AEBEC
Text Example
Text Example
White with #4AEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEBEC; }
p { color: rgb(74,235,236); }
H1.HeaderClassName
{
color: #4AEBEC;
}
.AnyTagClassName
{
color: #4AEBEC;
}
</style>
background-color css
<style>
a { background-color: #4AEBEC; }
a { background-color: rgb(74,235,236); }
div.DivClassName
{
background-color: #4AEBEC;
}
.BgClassName
{
background-color: #4AEBEC;
}
</style>
border-color css
<style>
span { border-color: #4AEBEC; }
span { border-color: rgb(74,235,236); }
td.TdClassName
{
border-color: #4AEBEC;
}
.TagClassName
{
border-color: #4AEBEC;
}
</style>