Shades of Turquoise Blue #4ADDEF
Tints of Turquoise Blue #4ADDEF
RGB
CMYK
RGB Variations
Color information
#4ADDEF (or 0x4ADDEF) is known color: Turquoise Blue. HEX triplet: 4A, DD and EF. RGB value is (74,221,239). Sum of RGB (Red+Green+Blue) = 74+221+239=534 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.86% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ADDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDEF is #B52210. Grayscale: #B2B2B2. Windows color (decimal): -11870737 or 15719754. OLE color: 15719754.
HSL color Cylindrical-coordinate representation of color #4ADDEF: hue angle of 186.55º 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 #4ADDEF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 221 | 239 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.06 |
| HSL | 186.55º | 0.84% | 0.61% | - |
| HSV(B) | 186.55º | 0.69% | 0.94% | - |
| XYZ | 44.26 | 59.4 | 90.79 | - |
| YUV | 179.1 | 161.8 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 239 | 0.69 | 0.08 | 0 | 0.06 | 186.55 | 0.84 | 0.61 |
| Hex | 4A | DD | EF | 45 | 8 | 0 | 6 | BB | 54 | 3D |
| Octal | 112 | 335 | 357 | 105 | 10 | 0 | 6 | 273 | 124 | 75 |
| Binary | 1001010 | 11011101 | 11101111 | 1000101 | 1000 | 0 | 110 | 10111011 | 1010100 | 111101 |
Color Harmonies of #4ADDEF
Complementary color
Monochromatic Colors of #4ADDEF
Black with #4ADDEF
Text Example
Text Example
White with #4ADDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDEF; }
p { color: rgb(74,221,239); }
H1.HeaderClassName
{
color: #4ADDEF;
}
.AnyTagClassName
{
color: #4ADDEF;
}
</style>
background-color css
<style>
a { background-color: #4ADDEF; }
a { background-color: rgb(74,221,239); }
div.DivClassName
{
background-color: #4ADDEF;
}
.BgClassName
{
background-color: #4ADDEF;
}
</style>
border-color css
<style>
span { border-color: #4ADDEF; }
span { border-color: rgb(74,221,239); }
td.TdClassName
{
border-color: #4ADDEF;
}
.TagClassName
{
border-color: #4ADDEF;
}
</style>