Shades of Turquoise Blue #4ADBFD
Tints of Turquoise Blue #4ADBFD
RGB
CMYK
RGB Variations
Color information
#4ADBFD (or 0x4ADBFD) is known color: Turquoise Blue. HEX triplet: 4A, DB and FD. RGB value is (74,219,253). Sum of RGB (Red+Green+Blue) = 74+219+253=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ADBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADBFD is #B52402. Grayscale: #B3B3B3. Windows color (decimal): -11871235 or 16636746. OLE color: 16636746.
HSL color Cylindrical-coordinate representation of color #4ADBFD: hue angle of 191.4º 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 #4ADBFD is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 219 | 253 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.01 |
| HSL | 191.4º | 0.98% | 0.64% | - |
| HSV(B) | 191.4º | 0.71% | 0.99% | - |
| XYZ | 45.89 | 59.21 | 101.94 | - |
| YUV | 179.52 | 169.46 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 253 | 0.71 | 0.13 | 0 | 0.01 | 191.4 | 0.98 | 0.64 |
| Hex | 4A | DB | FD | 47 | D | 0 | 1 | BF | 62 | 40 |
| Octal | 112 | 333 | 375 | 107 | 15 | 0 | 1 | 277 | 142 | 100 |
| Binary | 1001010 | 11011011 | 11111101 | 1000111 | 1101 | 0 | 1 | 10111111 | 1100010 | 1000000 |
Color Harmonies of #4ADBFD
Complementary color
Monochromatic Colors of #4ADBFD
Black with #4ADBFD
Text Example
Text Example
White with #4ADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBFD; }
p { color: rgb(74,219,253); }
H1.HeaderClassName
{
color: #4ADBFD;
}
.AnyTagClassName
{
color: #4ADBFD;
}
</style>
background-color css
<style>
a { background-color: #4ADBFD; }
a { background-color: rgb(74,219,253); }
div.DivClassName
{
background-color: #4ADBFD;
}
.BgClassName
{
background-color: #4ADBFD;
}
</style>
border-color css
<style>
span { border-color: #4ADBFD; }
span { border-color: rgb(74,219,253); }
td.TdClassName
{
border-color: #4ADBFD;
}
.TagClassName
{
border-color: #4ADBFD;
}
</style>