Shades of Turquoise Blue #4AD2F3
Tints of Turquoise Blue #4AD2F3
RGB
CMYK
RGB Variations
Color information
#4AD2F3 (or 0x4AD2F3) is known color: Turquoise Blue. HEX triplet: 4A, D2 and F3. RGB value is (74,210,243). Sum of RGB (Red+Green+Blue) = 74+210+243=527 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.04% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #4AD2F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD2F3 is #B52D0C. Grayscale: #ACACAC. Windows color (decimal): -11873549 or 15979082. OLE color: 15979082.
HSL color Cylindrical-coordinate representation of color #4AD2F3: hue angle of 191.72º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AD2F3 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 210 | 243 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.05 |
| HSL | 191.72º | 0.88% | 0.62% | - |
| HSV(B) | 191.72º | 0.7% | 0.95% | - |
| XYZ | 42.05 | 54.02 | 93 | - |
| YUV | 173.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 243 | 0.70 | 0.14 | 0 | 0.05 | 191.72 | 0.88 | 0.62 |
| Hex | 4A | D2 | F3 | 46 | E | 0 | 5 | C0 | 58 | 3E |
| Octal | 112 | 322 | 363 | 106 | 16 | 0 | 5 | 300 | 130 | 76 |
| Binary | 1001010 | 11010010 | 11110011 | 1000110 | 1110 | 0 | 101 | 11000000 | 1011000 | 111110 |
Color Harmonies of #4AD2F3
Complementary color
Monochromatic Colors of #4AD2F3
Black with #4AD2F3
Text Example
Text Example
White with #4AD2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD2F3; }
p { color: rgb(74,210,243); }
H1.HeaderClassName
{
color: #4AD2F3;
}
.AnyTagClassName
{
color: #4AD2F3;
}
</style>
background-color css
<style>
a { background-color: #4AD2F3; }
a { background-color: rgb(74,210,243); }
div.DivClassName
{
background-color: #4AD2F3;
}
.BgClassName
{
background-color: #4AD2F3;
}
</style>
border-color css
<style>
span { border-color: #4AD2F3; }
span { border-color: rgb(74,210,243); }
td.TdClassName
{
border-color: #4AD2F3;
}
.TagClassName
{
border-color: #4AD2F3;
}
</style>