Shades of Turquoise Blue #4ADAFC
Tints of Turquoise Blue #4ADAFC
RGB
CMYK
RGB Variations
Color information
#4ADAFC (or 0x4ADAFC) is known color: Turquoise Blue. HEX triplet: 4A, DA and FC. RGB value is (74,218,252). Sum of RGB (Red+Green+Blue) = 74+218+252=544 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.60% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ADAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAFC is #B52503. Grayscale: #B2B2B2. Windows color (decimal): -11871492 or 16570954. OLE color: 16570954.
HSL color Cylindrical-coordinate representation of color #4ADAFC: hue angle of 191.46º degrees, saturation: 0.97, 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 #4ADAFC is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 218 | 252 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.01 |
| HSL | 191.46º | 0.97% | 0.64% | - |
| HSV(B) | 191.46º | 0.71% | 0.99% | - |
| XYZ | 45.47 | 58.63 | 101.02 | - |
| YUV | 178.82 | 169.29 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 252 | 0.71 | 0.13 | 0 | 0.01 | 191.46 | 0.97 | 0.64 |
| Hex | 4A | DA | FC | 47 | D | 0 | 1 | BF | 61 | 40 |
| Octal | 112 | 332 | 374 | 107 | 15 | 0 | 1 | 277 | 141 | 100 |
| Binary | 1001010 | 11011010 | 11111100 | 1000111 | 1101 | 0 | 1 | 10111111 | 1100001 | 1000000 |
Color Harmonies of #4ADAFC
Complementary color
Monochromatic Colors of #4ADAFC
Black with #4ADAFC
Text Example
Text Example
White with #4ADAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAFC; }
p { color: rgb(74,218,252); }
H1.HeaderClassName
{
color: #4ADAFC;
}
.AnyTagClassName
{
color: #4ADAFC;
}
</style>
background-color css
<style>
a { background-color: #4ADAFC; }
a { background-color: rgb(74,218,252); }
div.DivClassName
{
background-color: #4ADAFC;
}
.BgClassName
{
background-color: #4ADAFC;
}
</style>
border-color css
<style>
span { border-color: #4ADAFC; }
span { border-color: rgb(74,218,252); }
td.TdClassName
{
border-color: #4ADAFC;
}
.TagClassName
{
border-color: #4ADAFC;
}
</style>