Shades of Turquoise #4AEBEE
Tints of Turquoise #4AEBEE
RGB
CMYK
RGB Variations
Color information
#4AEBEE (or 0x4AEBEE) is known color: Turquoise. HEX triplet: 4A, EB and EE. RGB value is (74,235,238). Sum of RGB (Red+Green+Blue) = 74+235+238=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #4AEBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEBEE is #B51411. Grayscale: #BBBBBB. Windows color (decimal): -11867154 or 15657802. OLE color: 15657802.
HSL color Cylindrical-coordinate representation of color #4AEBEE: hue angle of 181.1º degrees, saturation: 0.83, 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 #4AEBEE is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 235 | 238 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.07 |
| HSL | 181.1º | 0.83% | 0.61% | - |
| HSV(B) | 181.1º | 0.69% | 0.93% | - |
| XYZ | 47.96 | 67.05 | 91.3 | - |
| YUV | 187.2 | 156.66 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 235 | 238 | 0.69 | 0.01 | 0 | 0.07 | 181.1 | 0.83 | 0.61 |
| Hex | 4A | EB | EE | 45 | 1 | 0 | 7 | B5 | 53 | 3D |
| Octal | 112 | 353 | 356 | 105 | 1 | 0 | 7 | 265 | 123 | 75 |
| Binary | 1001010 | 11101011 | 11101110 | 1000101 | 1 | 0 | 111 | 10110101 | 1010011 | 111101 |
Color Harmonies of #4AEBEE
Complementary color
Monochromatic Colors of #4AEBEE
Black with #4AEBEE
Text Example
Text Example
White with #4AEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEBEE; }
p { color: rgb(74,235,238); }
H1.HeaderClassName
{
color: #4AEBEE;
}
.AnyTagClassName
{
color: #4AEBEE;
}
</style>
background-color css
<style>
a { background-color: #4AEBEE; }
a { background-color: rgb(74,235,238); }
div.DivClassName
{
background-color: #4AEBEE;
}
.BgClassName
{
background-color: #4AEBEE;
}
</style>
border-color css
<style>
span { border-color: #4AEBEE; }
span { border-color: rgb(74,235,238); }
td.TdClassName
{
border-color: #4AEBEE;
}
.TagClassName
{
border-color: #4AEBEE;
}
</style>