Shades of Turquoise Blue #4AD5FF
Tints of Turquoise Blue #4AD5FF
RGB
CMYK
RGB Variations
Color information
#4AD5FF (or 0x4AD5FF) is known color: Turquoise Blue. HEX triplet: 4A, D5 and FF. RGB value is (74,213,255). Sum of RGB (Red+Green+Blue) = 74+213+255=542 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.65% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AD5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD5FF is #B52A00. Grayscale: #AFAFAF. Windows color (decimal): -11872769 or 16766282. OLE color: 16766282.
HSL color Cylindrical-coordinate representation of color #4AD5FF: hue angle of 193.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD5FF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 213 | 255 | - |
| CMYK | 0.71 | 0.16 | 0 | 0 |
| HSL | 193.92º | 1% | 0.65% | - |
| HSV(B) | 193.92º | 0.71% | 1% | - |
| XYZ | 44.67 | 56.26 | 103.11 | - |
| YUV | 176.23 | 172.45 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 255 | 0.71 | 0.16 | 0 | 0 | 193.92 | 1 | 0.65 |
| Hex | 4A | D5 | FF | 47 | 10 | 0 | 0 | C2 | 64 | 41 |
| Octal | 112 | 325 | 377 | 107 | 20 | 0 | 0 | 302 | 144 | 101 |
| Binary | 1001010 | 11010101 | 11111111 | 1000111 | 10000 | 0 | 0 | 11000010 | 1100100 | 1000001 |
Color Harmonies of #4AD5FF
Complementary color
Monochromatic Colors of #4AD5FF
Black with #4AD5FF
Text Example
Text Example
White with #4AD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD5FF; }
p { color: rgb(74,213,255); }
H1.HeaderClassName
{
color: #4AD5FF;
}
.AnyTagClassName
{
color: #4AD5FF;
}
</style>
background-color css
<style>
a { background-color: #4AD5FF; }
a { background-color: rgb(74,213,255); }
div.DivClassName
{
background-color: #4AD5FF;
}
.BgClassName
{
background-color: #4AD5FF;
}
</style>
border-color css
<style>
span { border-color: #4AD5FF; }
span { border-color: rgb(74,213,255); }
td.TdClassName
{
border-color: #4AD5FF;
}
.TagClassName
{
border-color: #4AD5FF;
}
</style>