Shades of Turquoise Blue #4ADBFB
Tints of Turquoise Blue #4ADBFB
RGB
CMYK
RGB Variations
Color information
#4ADBFB (or 0x4ADBFB) is known color: Turquoise Blue. HEX triplet: 4A, DB and FB. RGB value is (74,219,251). Sum of RGB (Red+Green+Blue) = 74+219+251=544 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.60% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #4ADBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADBFB is #B52404. Grayscale: #B3B3B3. Windows color (decimal): -11871237 or 16505674. OLE color: 16505674.
HSL color Cylindrical-coordinate representation of color #4ADBFB: hue angle of 190.85º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADBFB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 219 | 251 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.02 |
| HSL | 190.85º | 0.96% | 0.64% | - |
| HSV(B) | 190.85º | 0.71% | 0.98% | - |
| XYZ | 45.57 | 59.08 | 100.27 | - |
| YUV | 179.29 | 168.46 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 251 | 0.71 | 0.13 | 0 | 0.02 | 190.85 | 0.96 | 0.64 |
| Hex | 4A | DB | FB | 47 | D | 0 | 2 | BF | 60 | 40 |
| Octal | 112 | 333 | 373 | 107 | 15 | 0 | 2 | 277 | 140 | 100 |
| Binary | 1001010 | 11011011 | 11111011 | 1000111 | 1101 | 0 | 10 | 10111111 | 1100000 | 1000000 |
Color Harmonies of #4ADBFB
Complementary color
Monochromatic Colors of #4ADBFB
Black with #4ADBFB
Text Example
Text Example
White with #4ADBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBFB; }
p { color: rgb(74,219,251); }
H1.HeaderClassName
{
color: #4ADBFB;
}
.AnyTagClassName
{
color: #4ADBFB;
}
</style>
background-color css
<style>
a { background-color: #4ADBFB; }
a { background-color: rgb(74,219,251); }
div.DivClassName
{
background-color: #4ADBFB;
}
.BgClassName
{
background-color: #4ADBFB;
}
</style>
border-color css
<style>
span { border-color: #4ADBFB; }
span { border-color: rgb(74,219,251); }
td.TdClassName
{
border-color: #4ADBFB;
}
.TagClassName
{
border-color: #4ADBFB;
}
</style>