Shades of Turquoise Blue #4ADAEF
Tints of Turquoise Blue #4ADAEF
RGB
CMYK
RGB Variations
Color information
#4ADAEF (or 0x4ADAEF) is known color: Turquoise Blue. HEX triplet: 4A, DA and EF. RGB value is (74,218,239). Sum of RGB (Red+Green+Blue) = 74+218+239=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ADAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAEF is #B52510. Grayscale: #B1B1B1. Windows color (decimal): -11871505 or 15718986. OLE color: 15718986.
HSL color Cylindrical-coordinate representation of color #4ADAEF: hue angle of 187.64º 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 #4ADAEF is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 218 | 239 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.06 |
| HSL | 187.64º | 0.84% | 0.61% | - |
| HSV(B) | 187.64º | 0.69% | 0.94% | - |
| XYZ | 43.48 | 57.83 | 90.53 | - |
| YUV | 177.34 | 162.79 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 239 | 0.69 | 0.09 | 0 | 0.06 | 187.64 | 0.84 | 0.61 |
| Hex | 4A | DA | EF | 45 | 9 | 0 | 6 | BC | 54 | 3D |
| Octal | 112 | 332 | 357 | 105 | 11 | 0 | 6 | 274 | 124 | 75 |
| Binary | 1001010 | 11011010 | 11101111 | 1000101 | 1001 | 0 | 110 | 10111100 | 1010100 | 111101 |
Color Harmonies of #4ADAEF
Complementary color
Monochromatic Colors of #4ADAEF
Black with #4ADAEF
Text Example
Text Example
White with #4ADAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAEF; }
p { color: rgb(74,218,239); }
H1.HeaderClassName
{
color: #4ADAEF;
}
.AnyTagClassName
{
color: #4ADAEF;
}
</style>
background-color css
<style>
a { background-color: #4ADAEF; }
a { background-color: rgb(74,218,239); }
div.DivClassName
{
background-color: #4ADAEF;
}
.BgClassName
{
background-color: #4ADAEF;
}
</style>
border-color css
<style>
span { border-color: #4ADAEF; }
span { border-color: rgb(74,218,239); }
td.TdClassName
{
border-color: #4ADAEF;
}
.TagClassName
{
border-color: #4ADAEF;
}
</style>