Shades of Turquoise Blue #4ADCEF
Tints of Turquoise Blue #4ADCEF
RGB
CMYK
RGB Variations
Color information
#4ADCEF (or 0x4ADCEF) is known color: Turquoise Blue. HEX triplet: 4A, DC and EF. RGB value is (74,220,239). Sum of RGB (Red+Green+Blue) = 74+220+239=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ADCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCEF is #B52310. Grayscale: #B2B2B2. Windows color (decimal): -11870993 or 15719498. OLE color: 15719498.
HSL color Cylindrical-coordinate representation of color #4ADCEF: hue angle of 186.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADCEF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 220 | 239 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.06 |
| HSL | 186.91º | 0.84% | 0.61% | - |
| HSV(B) | 186.91º | 0.69% | 0.94% | - |
| XYZ | 44 | 58.87 | 90.71 | - |
| YUV | 178.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 239 | 0.69 | 0.08 | 0 | 0.06 | 186.91 | 0.84 | 0.61 |
| Hex | 4A | DC | EF | 45 | 8 | 0 | 6 | BB | 54 | 3D |
| Octal | 112 | 334 | 357 | 105 | 10 | 0 | 6 | 273 | 124 | 75 |
| Binary | 1001010 | 11011100 | 11101111 | 1000101 | 1000 | 0 | 110 | 10111011 | 1010100 | 111101 |
Color Harmonies of #4ADCEF
Complementary color
Monochromatic Colors of #4ADCEF
Black with #4ADCEF
Text Example
Text Example
White with #4ADCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCEF; }
p { color: rgb(74,220,239); }
H1.HeaderClassName
{
color: #4ADCEF;
}
.AnyTagClassName
{
color: #4ADCEF;
}
</style>
background-color css
<style>
a { background-color: #4ADCEF; }
a { background-color: rgb(74,220,239); }
div.DivClassName
{
background-color: #4ADCEF;
}
.BgClassName
{
background-color: #4ADCEF;
}
</style>
border-color css
<style>
span { border-color: #4ADCEF; }
span { border-color: rgb(74,220,239); }
td.TdClassName
{
border-color: #4ADCEF;
}
.TagClassName
{
border-color: #4ADCEF;
}
</style>