Shades of Turquoise Blue #4ADAFD
Tints of Turquoise Blue #4ADAFD
RGB
CMYK
RGB Variations
Color information
#4ADAFD (or 0x4ADAFD) is known color: Turquoise Blue. HEX triplet: 4A, DA and FD. RGB value is (74,218,253). Sum of RGB (Red+Green+Blue) = 74+218+253=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ADAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAFD is #B52502. Grayscale: #B2B2B2. Windows color (decimal): -11871491 or 16636490. OLE color: 16636490.
HSL color Cylindrical-coordinate representation of color #4ADAFD: hue angle of 191.73º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADAFD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 218 | 253 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.01 |
| HSL | 191.73º | 0.98% | 0.64% | - |
| HSV(B) | 191.73º | 0.71% | 0.99% | - |
| XYZ | 45.63 | 58.69 | 101.85 | - |
| YUV | 178.93 | 169.79 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 253 | 0.71 | 0.14 | 0 | 0.01 | 191.73 | 0.98 | 0.64 |
| Hex | 4A | DA | FD | 47 | E | 0 | 1 | C0 | 62 | 40 |
| Octal | 112 | 332 | 375 | 107 | 16 | 0 | 1 | 300 | 142 | 100 |
| Binary | 1001010 | 11011010 | 11111101 | 1000111 | 1110 | 0 | 1 | 11000000 | 1100010 | 1000000 |
Color Harmonies of #4ADAFD
Complementary color
Monochromatic Colors of #4ADAFD
Black with #4ADAFD
Text Example
Text Example
White with #4ADAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAFD; }
p { color: rgb(74,218,253); }
H1.HeaderClassName
{
color: #4ADAFD;
}
.AnyTagClassName
{
color: #4ADAFD;
}
</style>
background-color css
<style>
a { background-color: #4ADAFD; }
a { background-color: rgb(74,218,253); }
div.DivClassName
{
background-color: #4ADAFD;
}
.BgClassName
{
background-color: #4ADAFD;
}
</style>
border-color css
<style>
span { border-color: #4ADAFD; }
span { border-color: rgb(74,218,253); }
td.TdClassName
{
border-color: #4ADAFD;
}
.TagClassName
{
border-color: #4ADAFD;
}
</style>