Shades of Turquoise Blue #4ADEFF
Tints of Turquoise Blue #4ADEFF
RGB
CMYK
RGB Variations
Color information
#4ADEFF (or 0x4ADEFF) is known color: Turquoise Blue. HEX triplet: 4A, DE and FF. RGB value is (74,222,255). Sum of RGB (Red+Green+Blue) = 74+222+255=551 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.43% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ADEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEFF is #B52100. Grayscale: #B5B5B5. Windows color (decimal): -11870465 or 16768586. OLE color: 16768586.
HSL color Cylindrical-coordinate representation of color #4ADEFF: hue angle of 190.94º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADEFF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 222 | 255 | - |
| CMYK | 0.71 | 0.13 | 0 | 0 |
| HSL | 190.94º | 1% | 0.65% | - |
| HSV(B) | 190.94º | 0.71% | 1% | - |
| XYZ | 47 | 60.92 | 103.89 | - |
| YUV | 181.51 | 169.47 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 255 | 0.71 | 0.13 | 0 | 0 | 190.94 | 1 | 0.65 |
| Hex | 4A | DE | FF | 47 | D | 0 | 0 | BF | 64 | 41 |
| Octal | 112 | 336 | 377 | 107 | 15 | 0 | 0 | 277 | 144 | 101 |
| Binary | 1001010 | 11011110 | 11111111 | 1000111 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000001 |
Color Harmonies of #4ADEFF
Complementary color
Monochromatic Colors of #4ADEFF
Black with #4ADEFF
Text Example
Text Example
White with #4ADEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEFF; }
p { color: rgb(74,222,255); }
H1.HeaderClassName
{
color: #4ADEFF;
}
.AnyTagClassName
{
color: #4ADEFF;
}
</style>
background-color css
<style>
a { background-color: #4ADEFF; }
a { background-color: rgb(74,222,255); }
div.DivClassName
{
background-color: #4ADEFF;
}
.BgClassName
{
background-color: #4ADEFF;
}
</style>
border-color css
<style>
span { border-color: #4ADEFF; }
span { border-color: rgb(74,222,255); }
td.TdClassName
{
border-color: #4ADEFF;
}
.TagClassName
{
border-color: #4ADEFF;
}
</style>