Shades of Turquoise Blue #4ADCFE
Tints of Turquoise Blue #4ADCFE
RGB
CMYK
RGB Variations
Color information
#4ADCFE (or 0x4ADCFE) is known color: Turquoise Blue. HEX triplet: 4A, DC and FE. RGB value is (74,220,254). Sum of RGB (Red+Green+Blue) = 74+220+254=548 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.50% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ADCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCFE is #B52301. Grayscale: #B3B3B3. Windows color (decimal): -11870978 or 16702538. OLE color: 16702538.
HSL color Cylindrical-coordinate representation of color #4ADCFE: hue angle of 191.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADCFE is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 220 | 254 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.00 |
| HSL | 191.33º | 0.99% | 0.64% | - |
| HSV(B) | 191.33º | 0.71% | 1% | - |
| XYZ | 46.31 | 59.8 | 102.87 | - |
| YUV | 180.22 | 169.63 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 254 | 0.71 | 0.13 | 0 | 0.00 | 191.33 | 0.99 | 0.64 |
| Hex | 4A | DC | FE | 47 | D | 0 | 0 | BF | 63 | 40 |
| Octal | 112 | 334 | 376 | 107 | 15 | 0 | 0 | 277 | 143 | 100 |
| Binary | 1001010 | 11011100 | 11111110 | 1000111 | 1101 | 0 | 0 | 10111111 | 1100011 | 1000000 |
Color Harmonies of #4ADCFE
Complementary color
Monochromatic Colors of #4ADCFE
Black with #4ADCFE
Text Example
Text Example
White with #4ADCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCFE; }
p { color: rgb(74,220,254); }
H1.HeaderClassName
{
color: #4ADCFE;
}
.AnyTagClassName
{
color: #4ADCFE;
}
</style>
background-color css
<style>
a { background-color: #4ADCFE; }
a { background-color: rgb(74,220,254); }
div.DivClassName
{
background-color: #4ADCFE;
}
.BgClassName
{
background-color: #4ADCFE;
}
</style>
border-color css
<style>
span { border-color: #4ADCFE; }
span { border-color: rgb(74,220,254); }
td.TdClassName
{
border-color: #4ADCFE;
}
.TagClassName
{
border-color: #4ADCFE;
}
</style>