Shades of Turquoise Blue #4ADDFD
Tints of Turquoise Blue #4ADDFD
RGB
CMYK
RGB Variations
Color information
#4ADDFD (or 0x4ADDFD) is known color: Turquoise Blue. HEX triplet: 4A, DD and FD. RGB value is (74,221,253). Sum of RGB (Red+Green+Blue) = 74+221+253=548 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.50% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ADDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDFD is #B52202. Grayscale: #B4B4B4. Windows color (decimal): -11870723 or 16637258. OLE color: 16637258.
HSL color Cylindrical-coordinate representation of color #4ADDFD: hue angle of 190.73º 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 #4ADDFD is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 221 | 253 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.01 |
| HSL | 190.73º | 0.98% | 0.64% | - |
| HSV(B) | 190.73º | 0.71% | 0.99% | - |
| XYZ | 46.41 | 60.26 | 102.11 | - |
| YUV | 180.7 | 168.8 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 253 | 0.71 | 0.13 | 0 | 0.01 | 190.73 | 0.98 | 0.64 |
| Hex | 4A | DD | FD | 47 | D | 0 | 1 | BF | 62 | 40 |
| Octal | 112 | 335 | 375 | 107 | 15 | 0 | 1 | 277 | 142 | 100 |
| Binary | 1001010 | 11011101 | 11111101 | 1000111 | 1101 | 0 | 1 | 10111111 | 1100010 | 1000000 |
Color Harmonies of #4ADDFD
Complementary color
Monochromatic Colors of #4ADDFD
Black with #4ADDFD
Text Example
Text Example
White with #4ADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDFD; }
p { color: rgb(74,221,253); }
H1.HeaderClassName
{
color: #4ADDFD;
}
.AnyTagClassName
{
color: #4ADDFD;
}
</style>
background-color css
<style>
a { background-color: #4ADDFD; }
a { background-color: rgb(74,221,253); }
div.DivClassName
{
background-color: #4ADDFD;
}
.BgClassName
{
background-color: #4ADDFD;
}
</style>
border-color css
<style>
span { border-color: #4ADDFD; }
span { border-color: rgb(74,221,253); }
td.TdClassName
{
border-color: #4ADDFD;
}
.TagClassName
{
border-color: #4ADDFD;
}
</style>