Shades of Turquoise Blue #4AE5FE
Tints of Turquoise Blue #4AE5FE
RGB
CMYK
RGB Variations
Color information
#4AE5FE (or 0x4AE5FE) is known color: Turquoise Blue. HEX triplet: 4A, E5 and FE. RGB value is (74,229,254). Sum of RGB (Red+Green+Blue) = 74+229+254=557 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.29% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AE5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AE5FE is #B51A01. Grayscale: #B9B9B9. Windows color (decimal): -11868674 or 16704842. OLE color: 16704842.
HSL color Cylindrical-coordinate representation of color #4AE5FE: hue angle of 188.33º 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 #4AE5FE is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 229 | 254 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.00 |
| HSL | 188.33º | 0.99% | 0.64% | - |
| HSV(B) | 188.33º | 0.71% | 1% | - |
| XYZ | 48.73 | 64.65 | 103.68 | - |
| YUV | 185.51 | 166.65 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 254 | 0.71 | 0.10 | 0 | 0.00 | 188.33 | 0.99 | 0.64 |
| Hex | 4A | E5 | FE | 47 | A | 0 | 0 | BC | 63 | 40 |
| Octal | 112 | 345 | 376 | 107 | 12 | 0 | 0 | 274 | 143 | 100 |
| Binary | 1001010 | 11100101 | 11111110 | 1000111 | 1010 | 0 | 0 | 10111100 | 1100011 | 1000000 |
Color Harmonies of #4AE5FE
Complementary color
Monochromatic Colors of #4AE5FE
Black with #4AE5FE
Text Example
Text Example
White with #4AE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE5FE; }
p { color: rgb(74,229,254); }
H1.HeaderClassName
{
color: #4AE5FE;
}
.AnyTagClassName
{
color: #4AE5FE;
}
</style>
background-color css
<style>
a { background-color: #4AE5FE; }
a { background-color: rgb(74,229,254); }
div.DivClassName
{
background-color: #4AE5FE;
}
.BgClassName
{
background-color: #4AE5FE;
}
</style>
border-color css
<style>
span { border-color: #4AE5FE; }
span { border-color: rgb(74,229,254); }
td.TdClassName
{
border-color: #4AE5FE;
}
.TagClassName
{
border-color: #4AE5FE;
}
</style>