Shades of Turquoise #4AECEE
Tints of Turquoise #4AECEE
RGB
CMYK
RGB Variations
Color information
#4AECEE (or 0x4AECEE) is known color: Turquoise. HEX triplet: 4A, EC and EE. RGB value is (74,236,238). Sum of RGB (Red+Green+Blue) = 74+236+238=548 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.50% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #4AECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECEE is #B51311. Grayscale: #BBBBBB. Windows color (decimal): -11866898 or 15658058. OLE color: 15658058.
HSL color Cylindrical-coordinate representation of color #4AECEE: hue angle of 180.73º 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 #4AECEE is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 238 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.07 |
| HSL | 180.73º | 0.83% | 0.61% | - |
| HSV(B) | 180.73º | 0.69% | 0.93% | - |
| XYZ | 48.25 | 67.62 | 91.4 | - |
| YUV | 187.79 | 156.33 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 238 | 0.69 | 0.01 | 0 | 0.07 | 180.73 | 0.83 | 0.61 |
| Hex | 4A | EC | EE | 45 | 1 | 0 | 7 | B5 | 53 | 3D |
| Octal | 112 | 354 | 356 | 105 | 1 | 0 | 7 | 265 | 123 | 75 |
| Binary | 1001010 | 11101100 | 11101110 | 1000101 | 1 | 0 | 111 | 10110101 | 1010011 | 111101 |
Color Harmonies of #4AECEE
Complementary color
Monochromatic Colors of #4AECEE
Black with #4AECEE
Text Example
Text Example
White with #4AECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECEE; }
p { color: rgb(74,236,238); }
H1.HeaderClassName
{
color: #4AECEE;
}
.AnyTagClassName
{
color: #4AECEE;
}
</style>
background-color css
<style>
a { background-color: #4AECEE; }
a { background-color: rgb(74,236,238); }
div.DivClassName
{
background-color: #4AECEE;
}
.BgClassName
{
background-color: #4AECEE;
}
</style>
border-color css
<style>
span { border-color: #4AECEE; }
span { border-color: rgb(74,236,238); }
td.TdClassName
{
border-color: #4AECEE;
}
.TagClassName
{
border-color: #4AECEE;
}
</style>