Shades of Turquoise Blue #4ADEF4
Tints of Turquoise Blue #4ADEF4
RGB
CMYK
RGB Variations
Color information
#4ADEF4 (or 0x4ADEF4) is known color: Turquoise Blue. HEX triplet: 4A, DE and F4. RGB value is (74,222,244). Sum of RGB (Red+Green+Blue) = 74+222+244=540 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.70% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 244 - color contains mainly: blue. Hex color #4ADEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEF4 is #B5210B. Grayscale: #B4B4B4. Windows color (decimal): -11870476 or 16047690. OLE color: 16047690.
HSL color Cylindrical-coordinate representation of color #4ADEF4: hue angle of 187.76º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADEF4 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 222 | 244 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.04 |
| HSL | 187.76º | 0.89% | 0.62% | - |
| HSV(B) | 187.76º | 0.7% | 0.96% | - |
| XYZ | 45.27 | 60.23 | 94.83 | - |
| YUV | 180.26 | 163.97 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 244 | 0.70 | 0.09 | 0 | 0.04 | 187.76 | 0.89 | 0.62 |
| Hex | 4A | DE | F4 | 46 | 9 | 0 | 4 | BC | 59 | 3E |
| Octal | 112 | 336 | 364 | 106 | 11 | 0 | 4 | 274 | 131 | 76 |
| Binary | 1001010 | 11011110 | 11110100 | 1000110 | 1001 | 0 | 100 | 10111100 | 1011001 | 111110 |
Color Harmonies of #4ADEF4
Complementary color
Monochromatic Colors of #4ADEF4
Black with #4ADEF4
Text Example
Text Example
White with #4ADEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEF4; }
p { color: rgb(74,222,244); }
H1.HeaderClassName
{
color: #4ADEF4;
}
.AnyTagClassName
{
color: #4ADEF4;
}
</style>
background-color css
<style>
a { background-color: #4ADEF4; }
a { background-color: rgb(74,222,244); }
div.DivClassName
{
background-color: #4ADEF4;
}
.BgClassName
{
background-color: #4ADEF4;
}
</style>
border-color css
<style>
span { border-color: #4ADEF4; }
span { border-color: rgb(74,222,244); }
td.TdClassName
{
border-color: #4ADEF4;
}
.TagClassName
{
border-color: #4ADEF4;
}
</style>