Shades of Turquoise Blue #4AD6FE
Tints of Turquoise Blue #4AD6FE
RGB
CMYK
RGB Variations
Color information
#4AD6FE (or 0x4AD6FE) is known color: Turquoise Blue. HEX triplet: 4A, D6 and FE. RGB value is (74,214,254). Sum of RGB (Red+Green+Blue) = 74+214+254=542 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.65% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AD6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD6FE is #B52901. Grayscale: #B0B0B0. Windows color (decimal): -11872514 or 16701002. OLE color: 16701002.
HSL color Cylindrical-coordinate representation of color #4AD6FE: hue angle of 193.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 #4AD6FE is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 214 | 254 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.00 |
| HSL | 193.33º | 0.99% | 0.64% | - |
| HSV(B) | 193.33º | 0.71% | 1% | - |
| XYZ | 44.76 | 56.7 | 102.35 | - |
| YUV | 176.7 | 171.62 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 254 | 0.71 | 0.16 | 0 | 0.00 | 193.33 | 0.99 | 0.64 |
| Hex | 4A | D6 | FE | 47 | 10 | 0 | 0 | C1 | 63 | 40 |
| Octal | 112 | 326 | 376 | 107 | 20 | 0 | 0 | 301 | 143 | 100 |
| Binary | 1001010 | 11010110 | 11111110 | 1000111 | 10000 | 0 | 0 | 11000001 | 1100011 | 1000000 |
Color Harmonies of #4AD6FE
Complementary color
Monochromatic Colors of #4AD6FE
Black with #4AD6FE
Text Example
Text Example
White with #4AD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD6FE; }
p { color: rgb(74,214,254); }
H1.HeaderClassName
{
color: #4AD6FE;
}
.AnyTagClassName
{
color: #4AD6FE;
}
</style>
background-color css
<style>
a { background-color: #4AD6FE; }
a { background-color: rgb(74,214,254); }
div.DivClassName
{
background-color: #4AD6FE;
}
.BgClassName
{
background-color: #4AD6FE;
}
</style>
border-color css
<style>
span { border-color: #4AD6FE; }
span { border-color: rgb(74,214,254); }
td.TdClassName
{
border-color: #4AD6FE;
}
.TagClassName
{
border-color: #4AD6FE;
}
</style>