Shades of Turquoise Blue #4AD9FE
Tints of Turquoise Blue #4AD9FE
RGB
CMYK
RGB Variations
Color information
#4AD9FE (or 0x4AD9FE) is known color: Turquoise Blue. HEX triplet: 4A, D9 and FE. RGB value is (74,217,254). Sum of RGB (Red+Green+Blue) = 74+217+254=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AD9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD9FE is #B52601. Grayscale: #B2B2B2. Windows color (decimal): -11871746 or 16701770. OLE color: 16701770.
HSL color Cylindrical-coordinate representation of color #4AD9FE: hue angle of 192.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 #4AD9FE is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 217 | 254 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.00 |
| HSL | 192.33º | 0.99% | 0.64% | - |
| HSV(B) | 192.33º | 0.71% | 1% | - |
| XYZ | 45.53 | 58.24 | 102.61 | - |
| YUV | 178.46 | 170.62 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 254 | 0.71 | 0.15 | 0 | 0.00 | 192.33 | 0.99 | 0.64 |
| Hex | 4A | D9 | FE | 47 | F | 0 | 0 | C0 | 63 | 40 |
| Octal | 112 | 331 | 376 | 107 | 17 | 0 | 0 | 300 | 143 | 100 |
| Binary | 1001010 | 11011001 | 11111110 | 1000111 | 1111 | 0 | 0 | 11000000 | 1100011 | 1000000 |
Color Harmonies of #4AD9FE
Complementary color
Monochromatic Colors of #4AD9FE
Black with #4AD9FE
Text Example
Text Example
White with #4AD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD9FE; }
p { color: rgb(74,217,254); }
H1.HeaderClassName
{
color: #4AD9FE;
}
.AnyTagClassName
{
color: #4AD9FE;
}
</style>
background-color css
<style>
a { background-color: #4AD9FE; }
a { background-color: rgb(74,217,254); }
div.DivClassName
{
background-color: #4AD9FE;
}
.BgClassName
{
background-color: #4AD9FE;
}
</style>
border-color css
<style>
span { border-color: #4AD9FE; }
span { border-color: rgb(74,217,254); }
td.TdClassName
{
border-color: #4AD9FE;
}
.TagClassName
{
border-color: #4AD9FE;
}
</style>