Shades of Turquoise Blue #4ADCFF
Tints of Turquoise Blue #4ADCFF
RGB
CMYK
RGB Variations
Color information
#4ADCFF (or 0x4ADCFF) is known color: Turquoise Blue. HEX triplet: 4A, DC and FF. RGB value is (74,220,255). Sum of RGB (Red+Green+Blue) = 74+220+255=549 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.48% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ADCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCFF is #B52300. Grayscale: #B4B4B4. Windows color (decimal): -11870977 or 16768074. OLE color: 16768074.
HSL color Cylindrical-coordinate representation of color #4ADCFF: hue angle of 191.6º 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 #4ADCFF is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 220 | 255 | - |
| CMYK | 0.71 | 0.14 | 0 | 0 |
| HSL | 191.6º | 1% | 0.65% | - |
| HSV(B) | 191.6º | 0.71% | 1% | - |
| XYZ | 46.47 | 59.86 | 103.71 | - |
| YUV | 180.34 | 170.13 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 255 | 0.71 | 0.14 | 0 | 0 | 191.6 | 1 | 0.65 |
| Hex | 4A | DC | FF | 47 | E | 0 | 0 | C0 | 64 | 41 |
| Octal | 112 | 334 | 377 | 107 | 16 | 0 | 0 | 300 | 144 | 101 |
| Binary | 1001010 | 11011100 | 11111111 | 1000111 | 1110 | 0 | 0 | 11000000 | 1100100 | 1000001 |
Color Harmonies of #4ADCFF
Complementary color
Monochromatic Colors of #4ADCFF
Black with #4ADCFF
Text Example
Text Example
White with #4ADCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCFF; }
p { color: rgb(74,220,255); }
H1.HeaderClassName
{
color: #4ADCFF;
}
.AnyTagClassName
{
color: #4ADCFF;
}
</style>
background-color css
<style>
a { background-color: #4ADCFF; }
a { background-color: rgb(74,220,255); }
div.DivClassName
{
background-color: #4ADCFF;
}
.BgClassName
{
background-color: #4ADCFF;
}
</style>
border-color css
<style>
span { border-color: #4ADCFF; }
span { border-color: rgb(74,220,255); }
td.TdClassName
{
border-color: #4ADCFF;
}
.TagClassName
{
border-color: #4ADCFF;
}
</style>