Shades of Turquoise Blue #4ADAF6
Tints of Turquoise Blue #4ADAF6
RGB
CMYK
RGB Variations
Color information
#4ADAF6 (or 0x4ADAF6) is known color: Turquoise Blue. HEX triplet: 4A, DA and F6. RGB value is (74,218,246). Sum of RGB (Red+Green+Blue) = 74+218+246=538 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.75% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #4ADAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAF6 is #B52509. Grayscale: #B1B1B1. Windows color (decimal): -11871498 or 16177738. OLE color: 16177738.
HSL color Cylindrical-coordinate representation of color #4ADAF6: hue angle of 189.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADAF6 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 218 | 246 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.04 |
| HSL | 189.77º | 0.91% | 0.63% | - |
| HSV(B) | 189.77º | 0.7% | 0.96% | - |
| XYZ | 44.53 | 58.25 | 96.09 | - |
| YUV | 178.14 | 166.29 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 246 | 0.70 | 0.11 | 0 | 0.04 | 189.77 | 0.91 | 0.63 |
| Hex | 4A | DA | F6 | 46 | B | 0 | 4 | BE | 5B | 3F |
| Octal | 112 | 332 | 366 | 106 | 13 | 0 | 4 | 276 | 133 | 77 |
| Binary | 1001010 | 11011010 | 11110110 | 1000110 | 1011 | 0 | 100 | 10111110 | 1011011 | 111111 |
Color Harmonies of #4ADAF6
Complementary color
Monochromatic Colors of #4ADAF6
Black with #4ADAF6
Text Example
Text Example
White with #4ADAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAF6; }
p { color: rgb(74,218,246); }
H1.HeaderClassName
{
color: #4ADAF6;
}
.AnyTagClassName
{
color: #4ADAF6;
}
</style>
background-color css
<style>
a { background-color: #4ADAF6; }
a { background-color: rgb(74,218,246); }
div.DivClassName
{
background-color: #4ADAF6;
}
.BgClassName
{
background-color: #4ADAF6;
}
</style>
border-color css
<style>
span { border-color: #4ADAF6; }
span { border-color: rgb(74,218,246); }
td.TdClassName
{
border-color: #4ADAF6;
}
.TagClassName
{
border-color: #4ADAF6;
}
</style>