Shades of Turquoise Blue #4ACEEC
Tints of Turquoise Blue #4ACEEC
RGB
CMYK
RGB Variations
Color information
#4ACEEC (or 0x4ACEEC) is known color: Turquoise Blue. HEX triplet: 4A, CE and EC. RGB value is (74,206,236). Sum of RGB (Red+Green+Blue) = 74+206+236=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #4ACEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEEC is #B53113. Grayscale: #A9A9A9. Windows color (decimal): -11874580 or 15519306. OLE color: 15519306.
HSL color Cylindrical-coordinate representation of color #4ACEEC: hue angle of 191.11º 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 #4ACEEC is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 206 | 236 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.07 |
| HSL | 191.11º | 0.81% | 0.61% | - |
| HSV(B) | 191.11º | 0.69% | 0.93% | - |
| XYZ | 40.04 | 51.65 | 87.22 | - |
| YUV | 169.95 | 165.27 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 236 | 0.69 | 0.13 | 0 | 0.07 | 191.11 | 0.81 | 0.61 |
| Hex | 4A | CE | EC | 45 | D | 0 | 7 | BF | 51 | 3D |
| Octal | 112 | 316 | 354 | 105 | 15 | 0 | 7 | 277 | 121 | 75 |
| Binary | 1001010 | 11001110 | 11101100 | 1000101 | 1101 | 0 | 111 | 10111111 | 1010001 | 111101 |
Color Harmonies of #4ACEEC
Complementary color
Monochromatic Colors of #4ACEEC
Black with #4ACEEC
Text Example
Text Example
White with #4ACEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEEC; }
p { color: rgb(74,206,236); }
H1.HeaderClassName
{
color: #4ACEEC;
}
.AnyTagClassName
{
color: #4ACEEC;
}
</style>
background-color css
<style>
a { background-color: #4ACEEC; }
a { background-color: rgb(74,206,236); }
div.DivClassName
{
background-color: #4ACEEC;
}
.BgClassName
{
background-color: #4ACEEC;
}
</style>
border-color css
<style>
span { border-color: #4ACEEC; }
span { border-color: rgb(74,206,236); }
td.TdClassName
{
border-color: #4ACEEC;
}
.TagClassName
{
border-color: #4ACEEC;
}
</style>