Shades of Turquoise Blue #4ADBFE
Tints of Turquoise Blue #4ADBFE
RGB
CMYK
RGB Variations
Color information
#4ADBFE (or 0x4ADBFE) is known color: Turquoise Blue. HEX triplet: 4A, DB and FE. RGB value is (74,219,254). Sum of RGB (Red+Green+Blue) = 74+219+254=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ADBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADBFE is #B52401. Grayscale: #B3B3B3. Windows color (decimal): -11871234 or 16702282. OLE color: 16702282.
HSL color Cylindrical-coordinate representation of color #4ADBFE: hue angle of 191.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADBFE is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 219 | 254 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.00 |
| HSL | 191.67º | 0.99% | 0.64% | - |
| HSV(B) | 191.67º | 0.71% | 1% | - |
| XYZ | 46.04 | 59.27 | 102.78 | - |
| YUV | 179.64 | 169.96 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 254 | 0.71 | 0.14 | 0 | 0.00 | 191.67 | 0.99 | 0.64 |
| Hex | 4A | DB | FE | 47 | E | 0 | 0 | C0 | 63 | 40 |
| Octal | 112 | 333 | 376 | 107 | 16 | 0 | 0 | 300 | 143 | 100 |
| Binary | 1001010 | 11011011 | 11111110 | 1000111 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000000 |
Color Harmonies of #4ADBFE
Complementary color
Monochromatic Colors of #4ADBFE
Black with #4ADBFE
Text Example
Text Example
White with #4ADBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBFE; }
p { color: rgb(74,219,254); }
H1.HeaderClassName
{
color: #4ADBFE;
}
.AnyTagClassName
{
color: #4ADBFE;
}
</style>
background-color css
<style>
a { background-color: #4ADBFE; }
a { background-color: rgb(74,219,254); }
div.DivClassName
{
background-color: #4ADBFE;
}
.BgClassName
{
background-color: #4ADBFE;
}
</style>
border-color css
<style>
span { border-color: #4ADBFE; }
span { border-color: rgb(74,219,254); }
td.TdClassName
{
border-color: #4ADBFE;
}
.TagClassName
{
border-color: #4ADBFE;
}
</style>