Shades of Turquoise Blue #4AD0FD
Tints of Turquoise Blue #4AD0FD
RGB
CMYK
RGB Variations
Color information
#4AD0FD (or 0x4AD0FD) is known color: Turquoise Blue. HEX triplet: 4A, D0 and FD. RGB value is (74,208,253). Sum of RGB (Red+Green+Blue) = 74+208+253=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AD0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD0FD is #B52F02. Grayscale: #ACACAC. Windows color (decimal): -11874051 or 16633930. OLE color: 16633930.
HSL color Cylindrical-coordinate representation of color #4AD0FD: hue angle of 195.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 #4AD0FD is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 208 | 253 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.01 |
| HSL | 195.08º | 0.98% | 0.64% | - |
| HSV(B) | 195.08º | 0.71% | 0.99% | - |
| XYZ | 43.11 | 53.66 | 101.01 | - |
| YUV | 173.06 | 173.11 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 253 | 0.71 | 0.18 | 0 | 0.01 | 195.08 | 0.98 | 0.64 |
| Hex | 4A | D0 | FD | 47 | 12 | 0 | 1 | C3 | 62 | 40 |
| Octal | 112 | 320 | 375 | 107 | 22 | 0 | 1 | 303 | 142 | 100 |
| Binary | 1001010 | 11010000 | 11111101 | 1000111 | 10010 | 0 | 1 | 11000011 | 1100010 | 1000000 |
Color Harmonies of #4AD0FD
Complementary color
Monochromatic Colors of #4AD0FD
Black with #4AD0FD
Text Example
Text Example
White with #4AD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0FD; }
p { color: rgb(74,208,253); }
H1.HeaderClassName
{
color: #4AD0FD;
}
.AnyTagClassName
{
color: #4AD0FD;
}
</style>
background-color css
<style>
a { background-color: #4AD0FD; }
a { background-color: rgb(74,208,253); }
div.DivClassName
{
background-color: #4AD0FD;
}
.BgClassName
{
background-color: #4AD0FD;
}
</style>
border-color css
<style>
span { border-color: #4AD0FD; }
span { border-color: rgb(74,208,253); }
td.TdClassName
{
border-color: #4AD0FD;
}
.TagClassName
{
border-color: #4AD0FD;
}
</style>