Shades of Turquoise Blue #4ADAFE
Tints of Turquoise Blue #4ADAFE
RGB
CMYK
RGB Variations
Color information
#4ADAFE (or 0x4ADAFE) is known color: Turquoise Blue. HEX triplet: 4A, DA and FE. RGB value is (74,218,254). Sum of RGB (Red+Green+Blue) = 74+218+254=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ADAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAFE is #B52501. Grayscale: #B2B2B2. Windows color (decimal): -11871490 or 16702026. OLE color: 16702026.
HSL color Cylindrical-coordinate representation of color #4ADAFE: hue angle of 192º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADAFE is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 218 | 254 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.00 |
| HSL | 192º | 0.99% | 0.64% | - |
| HSV(B) | 192º | 0.71% | 1% | - |
| XYZ | 45.78 | 58.75 | 102.69 | - |
| YUV | 179.05 | 170.29 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 254 | 0.71 | 0.14 | 0 | 0.00 | 192 | 0.99 | 0.64 |
| Hex | 4A | DA | FE | 47 | E | 0 | 0 | C0 | 63 | 40 |
| Octal | 112 | 332 | 376 | 107 | 16 | 0 | 0 | 300 | 143 | 100 |
| Binary | 1001010 | 11011010 | 11111110 | 1000111 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000000 |
Color Harmonies of #4ADAFE
Complementary color
Monochromatic Colors of #4ADAFE
Black with #4ADAFE
Text Example
Text Example
White with #4ADAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAFE; }
p { color: rgb(74,218,254); }
H1.HeaderClassName
{
color: #4ADAFE;
}
.AnyTagClassName
{
color: #4ADAFE;
}
</style>
background-color css
<style>
a { background-color: #4ADAFE; }
a { background-color: rgb(74,218,254); }
div.DivClassName
{
background-color: #4ADAFE;
}
.BgClassName
{
background-color: #4ADAFE;
}
</style>
border-color css
<style>
span { border-color: #4ADAFE; }
span { border-color: rgb(74,218,254); }
td.TdClassName
{
border-color: #4ADAFE;
}
.TagClassName
{
border-color: #4ADAFE;
}
</style>