Shades of Turquoise Blue #4ADBEC
Tints of Turquoise Blue #4ADBEC
RGB
CMYK
RGB Variations
Color information
#4ADBEC (or 0x4ADBEC) is known color: Turquoise Blue. HEX triplet: 4A, DB and EC. RGB value is (74,219,236). Sum of RGB (Red+Green+Blue) = 74+219+236=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #4ADBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADBEC is #B52413. Grayscale: #B1B1B1. Windows color (decimal): -11871252 or 15522634. OLE color: 15522634.
HSL color Cylindrical-coordinate representation of color #4ADBEC: hue angle of 186.3º 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 #4ADBEC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 219 | 236 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.07 |
| HSL | 186.3º | 0.81% | 0.61% | - |
| HSV(B) | 186.3º | 0.69% | 0.93% | - |
| XYZ | 43.3 | 58.18 | 88.3 | - |
| YUV | 177.58 | 160.96 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 236 | 0.69 | 0.07 | 0 | 0.07 | 186.3 | 0.81 | 0.61 |
| Hex | 4A | DB | EC | 45 | 7 | 0 | 7 | BA | 51 | 3D |
| Octal | 112 | 333 | 354 | 105 | 7 | 0 | 7 | 272 | 121 | 75 |
| Binary | 1001010 | 11011011 | 11101100 | 1000101 | 111 | 0 | 111 | 10111010 | 1010001 | 111101 |
Color Harmonies of #4ADBEC
Complementary color
Monochromatic Colors of #4ADBEC
Black with #4ADBEC
Text Example
Text Example
White with #4ADBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBEC; }
p { color: rgb(74,219,236); }
H1.HeaderClassName
{
color: #4ADBEC;
}
.AnyTagClassName
{
color: #4ADBEC;
}
</style>
background-color css
<style>
a { background-color: #4ADBEC; }
a { background-color: rgb(74,219,236); }
div.DivClassName
{
background-color: #4ADBEC;
}
.BgClassName
{
background-color: #4ADBEC;
}
</style>
border-color css
<style>
span { border-color: #4ADBEC; }
span { border-color: rgb(74,219,236); }
td.TdClassName
{
border-color: #4ADBEC;
}
.TagClassName
{
border-color: #4ADBEC;
}
</style>