Shades of Turquoise Blue #4ADEFE
Tints of Turquoise Blue #4ADEFE
RGB
CMYK
RGB Variations
Color information
#4ADEFE (or 0x4ADEFE) is known color: Turquoise Blue. HEX triplet: 4A, DE and FE. RGB value is (74,222,254). Sum of RGB (Red+Green+Blue) = 74+222+254=550 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.45% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ADEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEFE is #B52101. Grayscale: #B5B5B5. Windows color (decimal): -11870466 or 16703050. OLE color: 16703050.
HSL color Cylindrical-coordinate representation of color #4ADEFE: hue angle of 190.67º 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 #4ADEFE is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 222 | 254 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.00 |
| HSL | 190.67º | 0.99% | 0.64% | - |
| HSV(B) | 190.67º | 0.71% | 1% | - |
| XYZ | 46.83 | 60.85 | 103.04 | - |
| YUV | 181.4 | 168.97 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 254 | 0.71 | 0.13 | 0 | 0.00 | 190.67 | 0.99 | 0.64 |
| Hex | 4A | DE | FE | 47 | D | 0 | 0 | BF | 63 | 40 |
| Octal | 112 | 336 | 376 | 107 | 15 | 0 | 0 | 277 | 143 | 100 |
| Binary | 1001010 | 11011110 | 11111110 | 1000111 | 1101 | 0 | 0 | 10111111 | 1100011 | 1000000 |
Color Harmonies of #4ADEFE
Complementary color
Monochromatic Colors of #4ADEFE
Black with #4ADEFE
Text Example
Text Example
White with #4ADEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEFE; }
p { color: rgb(74,222,254); }
H1.HeaderClassName
{
color: #4ADEFE;
}
.AnyTagClassName
{
color: #4ADEFE;
}
</style>
background-color css
<style>
a { background-color: #4ADEFE; }
a { background-color: rgb(74,222,254); }
div.DivClassName
{
background-color: #4ADEFE;
}
.BgClassName
{
background-color: #4ADEFE;
}
</style>
border-color css
<style>
span { border-color: #4ADEFE; }
span { border-color: rgb(74,222,254); }
td.TdClassName
{
border-color: #4ADEFE;
}
.TagClassName
{
border-color: #4ADEFE;
}
</style>