Shades of Turquoise Blue #4ACDEE
Tints of Turquoise Blue #4ACDEE
RGB
CMYK
RGB Variations
Color information
#4ACDEE (or 0x4ACDEE) is known color: Turquoise Blue. HEX triplet: 4A, CD and EE. RGB value is (74,205,238). Sum of RGB (Red+Green+Blue) = 74+205+238=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ACDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACDEE is #B53211. Grayscale: #A9A9A9. Windows color (decimal): -11874834 or 15650122. OLE color: 15650122.
HSL color Cylindrical-coordinate representation of color #4ACDEE: hue angle of 192.07º 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 #4ACDEE is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 205 | 238 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.07 |
| HSL | 192.07º | 0.83% | 0.61% | - |
| HSV(B) | 192.07º | 0.69% | 0.93% | - |
| XYZ | 40.09 | 51.29 | 88.68 | - |
| YUV | 169.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 238 | 0.69 | 0.14 | 0 | 0.07 | 192.07 | 0.83 | 0.61 |
| Hex | 4A | CD | EE | 45 | E | 0 | 7 | C0 | 53 | 3D |
| Octal | 112 | 315 | 356 | 105 | 16 | 0 | 7 | 300 | 123 | 75 |
| Binary | 1001010 | 11001101 | 11101110 | 1000101 | 1110 | 0 | 111 | 11000000 | 1010011 | 111101 |
Color Harmonies of #4ACDEE
Complementary color
Monochromatic Colors of #4ACDEE
Black with #4ACDEE
Text Example
Text Example
White with #4ACDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDEE; }
p { color: rgb(74,205,238); }
H1.HeaderClassName
{
color: #4ACDEE;
}
.AnyTagClassName
{
color: #4ACDEE;
}
</style>
background-color css
<style>
a { background-color: #4ACDEE; }
a { background-color: rgb(74,205,238); }
div.DivClassName
{
background-color: #4ACDEE;
}
.BgClassName
{
background-color: #4ACDEE;
}
</style>
border-color css
<style>
span { border-color: #4ACDEE; }
span { border-color: rgb(74,205,238); }
td.TdClassName
{
border-color: #4ACDEE;
}
.TagClassName
{
border-color: #4ACDEE;
}
</style>