Shades of Turquoise Blue #4ADEF2
Tints of Turquoise Blue #4ADEF2
RGB
CMYK
RGB Variations
Color information
#4ADEF2 (or 0x4ADEF2) is known color: Turquoise Blue. HEX triplet: 4A, DE and F2. RGB value is (74,222,242). Sum of RGB (Red+Green+Blue) = 74+222+242=538 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.75% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ADEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEF2 is #B5210D. Grayscale: #B3B3B3. Windows color (decimal): -11870478 or 15916618. OLE color: 15916618.
HSL color Cylindrical-coordinate representation of color #4ADEF2: hue angle of 187.14º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADEF2 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 222 | 242 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.05 |
| HSL | 187.14º | 0.87% | 0.62% | - |
| HSV(B) | 187.14º | 0.69% | 0.95% | - |
| XYZ | 44.97 | 60.11 | 93.24 | - |
| YUV | 180.03 | 162.97 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 242 | 0.69 | 0.08 | 0 | 0.05 | 187.14 | 0.87 | 0.62 |
| Hex | 4A | DE | F2 | 45 | 8 | 0 | 5 | BB | 57 | 3E |
| Octal | 112 | 336 | 362 | 105 | 10 | 0 | 5 | 273 | 127 | 76 |
| Binary | 1001010 | 11011110 | 11110010 | 1000101 | 1000 | 0 | 101 | 10111011 | 1010111 | 111110 |
Color Harmonies of #4ADEF2
Complementary color
Monochromatic Colors of #4ADEF2
Black with #4ADEF2
Text Example
Text Example
White with #4ADEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEF2; }
p { color: rgb(74,222,242); }
H1.HeaderClassName
{
color: #4ADEF2;
}
.AnyTagClassName
{
color: #4ADEF2;
}
</style>
background-color css
<style>
a { background-color: #4ADEF2; }
a { background-color: rgb(74,222,242); }
div.DivClassName
{
background-color: #4ADEF2;
}
.BgClassName
{
background-color: #4ADEF2;
}
</style>
border-color css
<style>
span { border-color: #4ADEF2; }
span { border-color: rgb(74,222,242); }
td.TdClassName
{
border-color: #4ADEF2;
}
.TagClassName
{
border-color: #4ADEF2;
}
</style>