Shades of Turquoise Blue #4ADDFC
Tints of Turquoise Blue #4ADDFC
RGB
CMYK
RGB Variations
Color information
#4ADDFC (or 0x4ADDFC) is known color: Turquoise Blue. HEX triplet: 4A, DD and FC. RGB value is (74,221,252). Sum of RGB (Red+Green+Blue) = 74+221+252=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ADDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDFC is #B52203. Grayscale: #B4B4B4. Windows color (decimal): -11870724 or 16571722. OLE color: 16571722.
HSL color Cylindrical-coordinate representation of color #4ADDFC: hue angle of 190.45º degrees, saturation: 0.97, 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 #4ADDFC is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 221 | 252 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.01 |
| HSL | 190.45º | 0.97% | 0.64% | - |
| HSV(B) | 190.45º | 0.71% | 0.99% | - |
| XYZ | 46.25 | 60.2 | 101.28 | - |
| YUV | 180.58 | 168.3 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 252 | 0.71 | 0.12 | 0 | 0.01 | 190.45 | 0.97 | 0.64 |
| Hex | 4A | DD | FC | 47 | C | 0 | 1 | BE | 61 | 40 |
| Octal | 112 | 335 | 374 | 107 | 14 | 0 | 1 | 276 | 141 | 100 |
| Binary | 1001010 | 11011101 | 11111100 | 1000111 | 1100 | 0 | 1 | 10111110 | 1100001 | 1000000 |
Color Harmonies of #4ADDFC
Complementary color
Monochromatic Colors of #4ADDFC
Black with #4ADDFC
Text Example
Text Example
White with #4ADDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDFC; }
p { color: rgb(74,221,252); }
H1.HeaderClassName
{
color: #4ADDFC;
}
.AnyTagClassName
{
color: #4ADDFC;
}
</style>
background-color css
<style>
a { background-color: #4ADDFC; }
a { background-color: rgb(74,221,252); }
div.DivClassName
{
background-color: #4ADDFC;
}
.BgClassName
{
background-color: #4ADDFC;
}
</style>
border-color css
<style>
span { border-color: #4ADDFC; }
span { border-color: rgb(74,221,252); }
td.TdClassName
{
border-color: #4ADDFC;
}
.TagClassName
{
border-color: #4ADDFC;
}
</style>