Shades of Turquoise Blue #4ADDFF
Tints of Turquoise Blue #4ADDFF
RGB
CMYK
RGB Variations
Color information
#4ADDFF (or 0x4ADDFF) is known color: Turquoise Blue. HEX triplet: 4A, DD and FF. RGB value is (74,221,255). Sum of RGB (Red+Green+Blue) = 74+221+255=550 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.45% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ADDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDFF is #B52200. Grayscale: #B4B4B4. Windows color (decimal): -11870721 or 16768330. OLE color: 16768330.
HSL color Cylindrical-coordinate representation of color #4ADDFF: hue angle of 191.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADDFF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 221 | 255 | - |
| CMYK | 0.71 | 0.13 | 0 | 0 |
| HSL | 191.27º | 1% | 0.65% | - |
| HSV(B) | 191.27º | 0.71% | 1% | - |
| XYZ | 46.73 | 60.39 | 103.8 | - |
| YUV | 180.92 | 169.8 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 255 | 0.71 | 0.13 | 0 | 0 | 191.27 | 1 | 0.65 |
| Hex | 4A | DD | FF | 47 | D | 0 | 0 | BF | 64 | 41 |
| Octal | 112 | 335 | 377 | 107 | 15 | 0 | 0 | 277 | 144 | 101 |
| Binary | 1001010 | 11011101 | 11111111 | 1000111 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000001 |
Color Harmonies of #4ADDFF
Complementary color
Monochromatic Colors of #4ADDFF
Black with #4ADDFF
Text Example
Text Example
White with #4ADDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDFF; }
p { color: rgb(74,221,255); }
H1.HeaderClassName
{
color: #4ADDFF;
}
.AnyTagClassName
{
color: #4ADDFF;
}
</style>
background-color css
<style>
a { background-color: #4ADDFF; }
a { background-color: rgb(74,221,255); }
div.DivClassName
{
background-color: #4ADDFF;
}
.BgClassName
{
background-color: #4ADDFF;
}
</style>
border-color css
<style>
span { border-color: #4ADDFF; }
span { border-color: rgb(74,221,255); }
td.TdClassName
{
border-color: #4ADDFF;
}
.TagClassName
{
border-color: #4ADDFF;
}
</style>