Shades of Turquoise Blue #4AD3FD
Tints of Turquoise Blue #4AD3FD
RGB
CMYK
RGB Variations
Color information
#4AD3FD (or 0x4AD3FD) is known color: Turquoise Blue. HEX triplet: 4A, D3 and FD. RGB value is (74,211,253). Sum of RGB (Red+Green+Blue) = 74+211+253=538 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.75% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AD3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD3FD is #B52C02. Grayscale: #AEAEAE. Windows color (decimal): -11873283 or 16634698. OLE color: 16634698.
HSL color Cylindrical-coordinate representation of color #4AD3FD: hue angle of 194.08º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD3FD is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 211 | 253 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.01 |
| HSL | 194.08º | 0.98% | 0.64% | - |
| HSV(B) | 194.08º | 0.71% | 0.99% | - |
| XYZ | 43.85 | 55.14 | 101.26 | - |
| YUV | 174.83 | 172.11 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 253 | 0.71 | 0.17 | 0 | 0.01 | 194.08 | 0.98 | 0.64 |
| Hex | 4A | D3 | FD | 47 | 11 | 0 | 1 | C2 | 62 | 40 |
| Octal | 112 | 323 | 375 | 107 | 21 | 0 | 1 | 302 | 142 | 100 |
| Binary | 1001010 | 11010011 | 11111101 | 1000111 | 10001 | 0 | 1 | 11000010 | 1100010 | 1000000 |
Color Harmonies of #4AD3FD
Complementary color
Monochromatic Colors of #4AD3FD
Black with #4AD3FD
Text Example
Text Example
White with #4AD3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD3FD; }
p { color: rgb(74,211,253); }
H1.HeaderClassName
{
color: #4AD3FD;
}
.AnyTagClassName
{
color: #4AD3FD;
}
</style>
background-color css
<style>
a { background-color: #4AD3FD; }
a { background-color: rgb(74,211,253); }
div.DivClassName
{
background-color: #4AD3FD;
}
.BgClassName
{
background-color: #4AD3FD;
}
</style>
border-color css
<style>
span { border-color: #4AD3FD; }
span { border-color: rgb(74,211,253); }
td.TdClassName
{
border-color: #4AD3FD;
}
.TagClassName
{
border-color: #4AD3FD;
}
</style>