Shades of Turquoise Blue #4ADDEE
Tints of Turquoise Blue #4ADDEE
RGB
CMYK
RGB Variations
Color information
#4ADDEE (or 0x4ADDEE) is known color: Turquoise Blue. HEX triplet: 4A, DD and EE. RGB value is (74,221,238). Sum of RGB (Red+Green+Blue) = 74+221+238=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ADDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDEE is #B52211. Grayscale: #B2B2B2. Windows color (decimal): -11870738 or 15654218. OLE color: 15654218.
HSL color Cylindrical-coordinate representation of color #4ADDEE: hue angle of 186.22º 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 #4ADDEE is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 221 | 238 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.07 |
| HSL | 186.22º | 0.83% | 0.61% | - |
| HSV(B) | 186.22º | 0.69% | 0.93% | - |
| XYZ | 44.11 | 59.34 | 90.02 | - |
| YUV | 178.99 | 161.3 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 238 | 0.69 | 0.07 | 0 | 0.07 | 186.22 | 0.83 | 0.61 |
| Hex | 4A | DD | EE | 45 | 7 | 0 | 7 | BA | 53 | 3D |
| Octal | 112 | 335 | 356 | 105 | 7 | 0 | 7 | 272 | 123 | 75 |
| Binary | 1001010 | 11011101 | 11101110 | 1000101 | 111 | 0 | 111 | 10111010 | 1010011 | 111101 |
Color Harmonies of #4ADDEE
Complementary color
Monochromatic Colors of #4ADDEE
Black with #4ADDEE
Text Example
Text Example
White with #4ADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDEE; }
p { color: rgb(74,221,238); }
H1.HeaderClassName
{
color: #4ADDEE;
}
.AnyTagClassName
{
color: #4ADDEE;
}
</style>
background-color css
<style>
a { background-color: #4ADDEE; }
a { background-color: rgb(74,221,238); }
div.DivClassName
{
background-color: #4ADDEE;
}
.BgClassName
{
background-color: #4ADDEE;
}
</style>
border-color css
<style>
span { border-color: #4ADDEE; }
span { border-color: rgb(74,221,238); }
td.TdClassName
{
border-color: #4ADDEE;
}
.TagClassName
{
border-color: #4ADDEE;
}
</style>