Shades of Turquoise Blue #4ADAEC
Tints of Turquoise Blue #4ADAEC
RGB
CMYK
RGB Variations
Color information
#4ADAEC (or 0x4ADAEC) is known color: Turquoise Blue. HEX triplet: 4A, DA and EC. RGB value is (74,218,236). Sum of RGB (Red+Green+Blue) = 74+218+236=528 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.02% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #4ADAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAEC is #B52513. Grayscale: #B0B0B0. Windows color (decimal): -11871508 or 15522378. OLE color: 15522378.
HSL color Cylindrical-coordinate representation of color #4ADAEC: hue angle of 186.67º 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 #4ADAEC is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 218 | 236 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.07 |
| HSL | 186.67º | 0.81% | 0.61% | - |
| HSV(B) | 186.67º | 0.69% | 0.93% | - |
| XYZ | 43.04 | 57.65 | 88.22 | - |
| YUV | 177 | 161.29 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 236 | 0.69 | 0.08 | 0 | 0.07 | 186.67 | 0.81 | 0.61 |
| Hex | 4A | DA | EC | 45 | 8 | 0 | 7 | BB | 51 | 3D |
| Octal | 112 | 332 | 354 | 105 | 10 | 0 | 7 | 273 | 121 | 75 |
| Binary | 1001010 | 11011010 | 11101100 | 1000101 | 1000 | 0 | 111 | 10111011 | 1010001 | 111101 |
Color Harmonies of #4ADAEC
Complementary color
Monochromatic Colors of #4ADAEC
Black with #4ADAEC
Text Example
Text Example
White with #4ADAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAEC; }
p { color: rgb(74,218,236); }
H1.HeaderClassName
{
color: #4ADAEC;
}
.AnyTagClassName
{
color: #4ADAEC;
}
</style>
background-color css
<style>
a { background-color: #4ADAEC; }
a { background-color: rgb(74,218,236); }
div.DivClassName
{
background-color: #4ADAEC;
}
.BgClassName
{
background-color: #4ADAEC;
}
</style>
border-color css
<style>
span { border-color: #4ADAEC; }
span { border-color: rgb(74,218,236); }
td.TdClassName
{
border-color: #4ADAEC;
}
.TagClassName
{
border-color: #4ADAEC;
}
</style>