Shades of Turquoise Blue #4ACDEC
Tints of Turquoise Blue #4ACDEC
RGB
CMYK
RGB Variations
Color information
#4ACDEC (or 0x4ACDEC) is known color: Turquoise Blue. HEX triplet: 4A, CD and EC. RGB value is (74,205,236). Sum of RGB (Red+Green+Blue) = 74+205+236=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #4ACDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACDEC is #B53213. Grayscale: #A9A9A9. Windows color (decimal): -11874836 or 15519050. OLE color: 15519050.
HSL color Cylindrical-coordinate representation of color #4ACDEC: hue angle of 191.48º 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 #4ACDEC is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 205 | 236 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.07 |
| HSL | 191.48º | 0.81% | 0.61% | - |
| HSV(B) | 191.48º | 0.69% | 0.93% | - |
| XYZ | 39.8 | 51.17 | 87.14 | - |
| YUV | 169.37 | 165.6 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 236 | 0.69 | 0.13 | 0 | 0.07 | 191.48 | 0.81 | 0.61 |
| Hex | 4A | CD | EC | 45 | D | 0 | 7 | BF | 51 | 3D |
| Octal | 112 | 315 | 354 | 105 | 15 | 0 | 7 | 277 | 121 | 75 |
| Binary | 1001010 | 11001101 | 11101100 | 1000101 | 1101 | 0 | 111 | 10111111 | 1010001 | 111101 |
Color Harmonies of #4ACDEC
Complementary color
Monochromatic Colors of #4ACDEC
Black with #4ACDEC
Text Example
Text Example
White with #4ACDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDEC; }
p { color: rgb(74,205,236); }
H1.HeaderClassName
{
color: #4ACDEC;
}
.AnyTagClassName
{
color: #4ACDEC;
}
</style>
background-color css
<style>
a { background-color: #4ACDEC; }
a { background-color: rgb(74,205,236); }
div.DivClassName
{
background-color: #4ACDEC;
}
.BgClassName
{
background-color: #4ACDEC;
}
</style>
border-color css
<style>
span { border-color: #4ACDEC; }
span { border-color: rgb(74,205,236); }
td.TdClassName
{
border-color: #4ACDEC;
}
.TagClassName
{
border-color: #4ACDEC;
}
</style>