Shades of Turquoise Blue #4AD6F2
Tints of Turquoise Blue #4AD6F2
RGB
CMYK
RGB Variations
Color information
#4AD6F2 (or 0x4AD6F2) is known color: Turquoise Blue. HEX triplet: 4A, D6 and F2. RGB value is (74,214,242). Sum of RGB (Red+Green+Blue) = 74+214+242=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #4AD6F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD6F2 is #B5290D. Grayscale: #AFAFAF. Windows color (decimal): -11872526 or 15914570. OLE color: 15914570.
HSL color Cylindrical-coordinate representation of color #4AD6F2: hue angle of 190º 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 #4AD6F2 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 214 | 242 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.05 |
| HSL | 190º | 0.87% | 0.62% | - |
| HSV(B) | 190º | 0.69% | 0.95% | - |
| XYZ | 42.9 | 55.96 | 92.54 | - |
| YUV | 175.33 | 165.62 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 242 | 0.69 | 0.12 | 0 | 0.05 | 190 | 0.87 | 0.62 |
| Hex | 4A | D6 | F2 | 45 | C | 0 | 5 | BE | 57 | 3E |
| Octal | 112 | 326 | 362 | 105 | 14 | 0 | 5 | 276 | 127 | 76 |
| Binary | 1001010 | 11010110 | 11110010 | 1000101 | 1100 | 0 | 101 | 10111110 | 1010111 | 111110 |
Color Harmonies of #4AD6F2
Complementary color
Monochromatic Colors of #4AD6F2
Black with #4AD6F2
Text Example
Text Example
White with #4AD6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD6F2; }
p { color: rgb(74,214,242); }
H1.HeaderClassName
{
color: #4AD6F2;
}
.AnyTagClassName
{
color: #4AD6F2;
}
</style>
background-color css
<style>
a { background-color: #4AD6F2; }
a { background-color: rgb(74,214,242); }
div.DivClassName
{
background-color: #4AD6F2;
}
.BgClassName
{
background-color: #4AD6F2;
}
</style>
border-color css
<style>
span { border-color: #4AD6F2; }
span { border-color: rgb(74,214,242); }
td.TdClassName
{
border-color: #4AD6F2;
}
.TagClassName
{
border-color: #4AD6F2;
}
</style>