Shades of Turquoise Blue #4ACEEF
Tints of Turquoise Blue #4ACEEF
RGB
CMYK
RGB Variations
Color information
#4ACEEF (or 0x4ACEEF) is known color: Turquoise Blue. HEX triplet: 4A, CE and EF. RGB value is (74,206,239). Sum of RGB (Red+Green+Blue) = 74+206+239=519 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.26% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ACEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEEF is #B53110. Grayscale: #AAAAAA. Windows color (decimal): -11874577 or 15715914. OLE color: 15715914.
HSL color Cylindrical-coordinate representation of color #4ACEEF: hue angle of 192º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACEEF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 206 | 239 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.06 |
| HSL | 192º | 0.84% | 0.61% | - |
| HSV(B) | 192º | 0.69% | 0.94% | - |
| XYZ | 40.48 | 51.83 | 89.53 | - |
| YUV | 170.29 | 166.77 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 239 | 0.69 | 0.14 | 0 | 0.06 | 192 | 0.84 | 0.61 |
| Hex | 4A | CE | EF | 45 | E | 0 | 6 | C0 | 54 | 3D |
| Octal | 112 | 316 | 357 | 105 | 16 | 0 | 6 | 300 | 124 | 75 |
| Binary | 1001010 | 11001110 | 11101111 | 1000101 | 1110 | 0 | 110 | 11000000 | 1010100 | 111101 |
Color Harmonies of #4ACEEF
Complementary color
Monochromatic Colors of #4ACEEF
Black with #4ACEEF
Text Example
Text Example
White with #4ACEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEEF; }
p { color: rgb(74,206,239); }
H1.HeaderClassName
{
color: #4ACEEF;
}
.AnyTagClassName
{
color: #4ACEEF;
}
</style>
background-color css
<style>
a { background-color: #4ACEEF; }
a { background-color: rgb(74,206,239); }
div.DivClassName
{
background-color: #4ACEEF;
}
.BgClassName
{
background-color: #4ACEEF;
}
</style>
border-color css
<style>
span { border-color: #4ACEEF; }
span { border-color: rgb(74,206,239); }
td.TdClassName
{
border-color: #4ACEEF;
}
.TagClassName
{
border-color: #4ACEEF;
}
</style>