Shades of Turquoise Blue #4ACEF2
Tints of Turquoise Blue #4ACEF2
RGB
CMYK
RGB Variations
Color information
#4ACEF2 (or 0x4ACEF2) is known color: Turquoise Blue. HEX triplet: 4A, CE and F2. RGB value is (74,206,242). Sum of RGB (Red+Green+Blue) = 74+206+242=522 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.18% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ACEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEF2 is #B5310D. Grayscale: #AAAAAA. Windows color (decimal): -11874574 or 15912522. OLE color: 15912522.
HSL color Cylindrical-coordinate representation of color #4ACEF2: hue angle of 192.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACEF2 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 206 | 242 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.05 |
| HSL | 192.86º | 0.87% | 0.62% | - |
| HSV(B) | 192.86º | 0.69% | 0.95% | - |
| XYZ | 40.92 | 52.01 | 91.89 | - |
| YUV | 170.64 | 168.27 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 242 | 0.69 | 0.15 | 0 | 0.05 | 192.86 | 0.87 | 0.62 |
| Hex | 4A | CE | F2 | 45 | F | 0 | 5 | C1 | 57 | 3E |
| Octal | 112 | 316 | 362 | 105 | 17 | 0 | 5 | 301 | 127 | 76 |
| Binary | 1001010 | 11001110 | 11110010 | 1000101 | 1111 | 0 | 101 | 11000001 | 1010111 | 111110 |
Color Harmonies of #4ACEF2
Complementary color
Monochromatic Colors of #4ACEF2
Black with #4ACEF2
Text Example
Text Example
White with #4ACEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEF2; }
p { color: rgb(74,206,242); }
H1.HeaderClassName
{
color: #4ACEF2;
}
.AnyTagClassName
{
color: #4ACEF2;
}
</style>
background-color css
<style>
a { background-color: #4ACEF2; }
a { background-color: rgb(74,206,242); }
div.DivClassName
{
background-color: #4ACEF2;
}
.BgClassName
{
background-color: #4ACEF2;
}
</style>
border-color css
<style>
span { border-color: #4ACEF2; }
span { border-color: rgb(74,206,242); }
td.TdClassName
{
border-color: #4ACEF2;
}
.TagClassName
{
border-color: #4ACEF2;
}
</style>