Shades of Turquoise Blue #4ADAFB
Tints of Turquoise Blue #4ADAFB
RGB
CMYK
RGB Variations
Color information
#4ADAFB (or 0x4ADAFB) is known color: Turquoise Blue. HEX triplet: 4A, DA and FB. RGB value is (74,218,251). Sum of RGB (Red+Green+Blue) = 74+218+251=543 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.63% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #4ADAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAFB is #B52504. Grayscale: #B2B2B2. Windows color (decimal): -11871493 or 16505418. OLE color: 16505418.
HSL color Cylindrical-coordinate representation of color #4ADAFB: hue angle of 191.19º 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 #4ADAFB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 218 | 251 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.02 |
| HSL | 191.19º | 0.96% | 0.64% | - |
| HSV(B) | 191.19º | 0.71% | 0.98% | - |
| XYZ | 45.31 | 58.56 | 100.18 | - |
| YUV | 178.71 | 168.79 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 251 | 0.71 | 0.13 | 0 | 0.02 | 191.19 | 0.96 | 0.64 |
| Hex | 4A | DA | FB | 47 | D | 0 | 2 | BF | 60 | 40 |
| Octal | 112 | 332 | 373 | 107 | 15 | 0 | 2 | 277 | 140 | 100 |
| Binary | 1001010 | 11011010 | 11111011 | 1000111 | 1101 | 0 | 10 | 10111111 | 1100000 | 1000000 |
Color Harmonies of #4ADAFB
Complementary color
Monochromatic Colors of #4ADAFB
Black with #4ADAFB
Text Example
Text Example
White with #4ADAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAFB; }
p { color: rgb(74,218,251); }
H1.HeaderClassName
{
color: #4ADAFB;
}
.AnyTagClassName
{
color: #4ADAFB;
}
</style>
background-color css
<style>
a { background-color: #4ADAFB; }
a { background-color: rgb(74,218,251); }
div.DivClassName
{
background-color: #4ADAFB;
}
.BgClassName
{
background-color: #4ADAFB;
}
</style>
border-color css
<style>
span { border-color: #4ADAFB; }
span { border-color: rgb(74,218,251); }
td.TdClassName
{
border-color: #4ADAFB;
}
.TagClassName
{
border-color: #4ADAFB;
}
</style>