Shades of Turquoise Blue #4ADDFB
Tints of Turquoise Blue #4ADDFB
RGB
CMYK
RGB Variations
Color information
#4ADDFB (or 0x4ADDFB) is known color: Turquoise Blue. HEX triplet: 4A, DD and FB. RGB value is (74,221,251). Sum of RGB (Red+Green+Blue) = 74+221+251=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #4ADDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDFB is #B52204. Grayscale: #B4B4B4. Windows color (decimal): -11870725 or 16506186. OLE color: 16506186.
HSL color Cylindrical-coordinate representation of color #4ADDFB: hue angle of 190.17º 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 #4ADDFB is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 221 | 251 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.02 |
| HSL | 190.17º | 0.96% | 0.64% | - |
| HSV(B) | 190.17º | 0.71% | 0.98% | - |
| XYZ | 46.09 | 60.13 | 100.44 | - |
| YUV | 180.47 | 167.8 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 251 | 0.71 | 0.12 | 0 | 0.02 | 190.17 | 0.96 | 0.64 |
| Hex | 4A | DD | FB | 47 | C | 0 | 2 | BE | 60 | 40 |
| Octal | 112 | 335 | 373 | 107 | 14 | 0 | 2 | 276 | 140 | 100 |
| Binary | 1001010 | 11011101 | 11111011 | 1000111 | 1100 | 0 | 10 | 10111110 | 1100000 | 1000000 |
Color Harmonies of #4ADDFB
Complementary color
Monochromatic Colors of #4ADDFB
Black with #4ADDFB
Text Example
Text Example
White with #4ADDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDFB; }
p { color: rgb(74,221,251); }
H1.HeaderClassName
{
color: #4ADDFB;
}
.AnyTagClassName
{
color: #4ADDFB;
}
</style>
background-color css
<style>
a { background-color: #4ADDFB; }
a { background-color: rgb(74,221,251); }
div.DivClassName
{
background-color: #4ADDFB;
}
.BgClassName
{
background-color: #4ADDFB;
}
</style>
border-color css
<style>
span { border-color: #4ADDFB; }
span { border-color: rgb(74,221,251); }
td.TdClassName
{
border-color: #4ADDFB;
}
.TagClassName
{
border-color: #4ADDFB;
}
</style>