Shades of Turquoise Blue #4ADEFA
Tints of Turquoise Blue #4ADEFA
RGB
CMYK
RGB Variations
Color information
#4ADEFA (or 0x4ADEFA) is known color: Turquoise Blue. HEX triplet: 4A, DE and FA. RGB value is (74,222,250). Sum of RGB (Red+Green+Blue) = 74+222+250=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #4ADEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEFA is #B52105. Grayscale: #B4B4B4. Windows color (decimal): -11870470 or 16440906. OLE color: 16440906.
HSL color Cylindrical-coordinate representation of color #4ADEFA: hue angle of 189.55º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADEFA is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 222 | 250 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.02 |
| HSL | 189.55º | 0.95% | 0.64% | - |
| HSV(B) | 189.55º | 0.7% | 0.98% | - |
| XYZ | 46.2 | 60.6 | 99.7 | - |
| YUV | 180.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 250 | 0.70 | 0.11 | 0 | 0.02 | 189.55 | 0.95 | 0.64 |
| Hex | 4A | DE | FA | 46 | B | 0 | 2 | BE | 5F | 40 |
| Octal | 112 | 336 | 372 | 106 | 13 | 0 | 2 | 276 | 137 | 100 |
| Binary | 1001010 | 11011110 | 11111010 | 1000110 | 1011 | 0 | 10 | 10111110 | 1011111 | 1000000 |
Color Harmonies of #4ADEFA
Complementary color
Monochromatic Colors of #4ADEFA
Black with #4ADEFA
Text Example
Text Example
White with #4ADEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEFA; }
p { color: rgb(74,222,250); }
H1.HeaderClassName
{
color: #4ADEFA;
}
.AnyTagClassName
{
color: #4ADEFA;
}
</style>
background-color css
<style>
a { background-color: #4ADEFA; }
a { background-color: rgb(74,222,250); }
div.DivClassName
{
background-color: #4ADEFA;
}
.BgClassName
{
background-color: #4ADEFA;
}
</style>
border-color css
<style>
span { border-color: #4ADEFA; }
span { border-color: rgb(74,222,250); }
td.TdClassName
{
border-color: #4ADEFA;
}
.TagClassName
{
border-color: #4ADEFA;
}
</style>