Shades of Turquoise #4ADAEB
Tints of Turquoise #4ADAEB
RGB
CMYK
RGB Variations
Color information
#4ADAEB (or 0x4ADAEB) is known color: Turquoise. HEX triplet: 4A, DA and EB. RGB value is (74,218,235). Sum of RGB (Red+Green+Blue) = 74+218+235=527 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.04% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ADAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAEB is #B52514. Grayscale: #B0B0B0. Windows color (decimal): -11871509 or 15456842. OLE color: 15456842.
HSL color Cylindrical-coordinate representation of color #4ADAEB: hue angle of 186.34º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADAEB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 218 | 235 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.08 |
| HSL | 186.34º | 0.8% | 0.61% | - |
| HSV(B) | 186.34º | 0.69% | 0.92% | - |
| XYZ | 42.89 | 57.6 | 87.45 | - |
| YUV | 176.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 235 | 0.69 | 0.07 | 0 | 0.08 | 186.34 | 0.8 | 0.61 |
| Hex | 4A | DA | EB | 45 | 7 | 0 | 8 | BA | 50 | 3D |
| Octal | 112 | 332 | 353 | 105 | 7 | 0 | 10 | 272 | 120 | 75 |
| Binary | 1001010 | 11011010 | 11101011 | 1000101 | 111 | 0 | 1000 | 10111010 | 1010000 | 111101 |
Color Harmonies of #4ADAEB
Complementary color
Monochromatic Colors of #4ADAEB
Black with #4ADAEB
Text Example
Text Example
White with #4ADAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAEB; }
p { color: rgb(74,218,235); }
H1.HeaderClassName
{
color: #4ADAEB;
}
.AnyTagClassName
{
color: #4ADAEB;
}
</style>
background-color css
<style>
a { background-color: #4ADAEB; }
a { background-color: rgb(74,218,235); }
div.DivClassName
{
background-color: #4ADAEB;
}
.BgClassName
{
background-color: #4ADAEB;
}
</style>
border-color css
<style>
span { border-color: #4ADAEB; }
span { border-color: rgb(74,218,235); }
td.TdClassName
{
border-color: #4ADAEB;
}
.TagClassName
{
border-color: #4ADAEB;
}
</style>