Shades of Turquoise Blue #4AD6FD
Tints of Turquoise Blue #4AD6FD
RGB
CMYK
RGB Variations
Color information
#4AD6FD (or 0x4AD6FD) is known color: Turquoise Blue. HEX triplet: 4A, D6 and FD. RGB value is (74,214,253). Sum of RGB (Red+Green+Blue) = 74+214+253=541 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.68% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AD6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD6FD is #B52902. Grayscale: #B0B0B0. Windows color (decimal): -11872515 or 16635466. OLE color: 16635466.
HSL color Cylindrical-coordinate representation of color #4AD6FD: hue angle of 193.07º 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 #4AD6FD is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 214 | 253 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.01 |
| HSL | 193.07º | 0.98% | 0.64% | - |
| HSV(B) | 193.07º | 0.71% | 0.99% | - |
| XYZ | 44.6 | 56.64 | 101.51 | - |
| YUV | 176.59 | 171.12 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 253 | 0.71 | 0.15 | 0 | 0.01 | 193.07 | 0.98 | 0.64 |
| Hex | 4A | D6 | FD | 47 | F | 0 | 1 | C1 | 62 | 40 |
| Octal | 112 | 326 | 375 | 107 | 17 | 0 | 1 | 301 | 142 | 100 |
| Binary | 1001010 | 11010110 | 11111101 | 1000111 | 1111 | 0 | 1 | 11000001 | 1100010 | 1000000 |
Color Harmonies of #4AD6FD
Complementary color
Monochromatic Colors of #4AD6FD
Black with #4AD6FD
Text Example
Text Example
White with #4AD6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD6FD; }
p { color: rgb(74,214,253); }
H1.HeaderClassName
{
color: #4AD6FD;
}
.AnyTagClassName
{
color: #4AD6FD;
}
</style>
background-color css
<style>
a { background-color: #4AD6FD; }
a { background-color: rgb(74,214,253); }
div.DivClassName
{
background-color: #4AD6FD;
}
.BgClassName
{
background-color: #4AD6FD;
}
</style>
border-color css
<style>
span { border-color: #4AD6FD; }
span { border-color: rgb(74,214,253); }
td.TdClassName
{
border-color: #4AD6FD;
}
.TagClassName
{
border-color: #4AD6FD;
}
</style>