Shades of Turquoise Blue #4ACEEE
Tints of Turquoise Blue #4ACEEE
RGB
CMYK
RGB Variations
Color information
#4ACEEE (or 0x4ACEEE) is known color: Turquoise Blue. HEX triplet: 4A, CE and EE. RGB value is (74,206,238). Sum of RGB (Red+Green+Blue) = 74+206+238=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ACEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEEE is #B53111. Grayscale: #A9A9A9. Windows color (decimal): -11874578 or 15650378. OLE color: 15650378.
HSL color Cylindrical-coordinate representation of color #4ACEEE: hue angle of 191.71º 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 #4ACEEE is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 206 | 238 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.07 |
| HSL | 191.71º | 0.83% | 0.61% | - |
| HSV(B) | 191.71º | 0.69% | 0.93% | - |
| XYZ | 40.33 | 51.77 | 88.76 | - |
| YUV | 170.18 | 166.27 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 238 | 0.69 | 0.13 | 0 | 0.07 | 191.71 | 0.83 | 0.61 |
| Hex | 4A | CE | EE | 45 | D | 0 | 7 | C0 | 53 | 3D |
| Octal | 112 | 316 | 356 | 105 | 15 | 0 | 7 | 300 | 123 | 75 |
| Binary | 1001010 | 11001110 | 11101110 | 1000101 | 1101 | 0 | 111 | 11000000 | 1010011 | 111101 |
Color Harmonies of #4ACEEE
Complementary color
Monochromatic Colors of #4ACEEE
Black with #4ACEEE
Text Example
Text Example
White with #4ACEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEEE; }
p { color: rgb(74,206,238); }
H1.HeaderClassName
{
color: #4ACEEE;
}
.AnyTagClassName
{
color: #4ACEEE;
}
</style>
background-color css
<style>
a { background-color: #4ACEEE; }
a { background-color: rgb(74,206,238); }
div.DivClassName
{
background-color: #4ACEEE;
}
.BgClassName
{
background-color: #4ACEEE;
}
</style>
border-color css
<style>
span { border-color: #4ACEEE; }
span { border-color: rgb(74,206,238); }
td.TdClassName
{
border-color: #4ACEEE;
}
.TagClassName
{
border-color: #4ACEEE;
}
</style>