Shades of Turquoise Blue #4AD5FC
Tints of Turquoise Blue #4AD5FC
RGB
CMYK
RGB Variations
Color information
#4AD5FC (or 0x4AD5FC) is known color: Turquoise Blue. HEX triplet: 4A, D5 and FC. RGB value is (74,213,252). Sum of RGB (Red+Green+Blue) = 74+213+252=539 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.73% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #4AD5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD5FC is #B52A03. Grayscale: #AFAFAF. Windows color (decimal): -11872772 or 16569674. OLE color: 16569674.
HSL color Cylindrical-coordinate representation of color #4AD5FC: hue angle of 193.15º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD5FC is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 213 | 252 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.01 |
| HSL | 193.15º | 0.97% | 0.64% | - |
| HSV(B) | 193.15º | 0.71% | 0.99% | - |
| XYZ | 44.19 | 56.07 | 100.59 | - |
| YUV | 175.89 | 170.95 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 252 | 0.71 | 0.15 | 0 | 0.01 | 193.15 | 0.97 | 0.64 |
| Hex | 4A | D5 | FC | 47 | F | 0 | 1 | C1 | 61 | 40 |
| Octal | 112 | 325 | 374 | 107 | 17 | 0 | 1 | 301 | 141 | 100 |
| Binary | 1001010 | 11010101 | 11111100 | 1000111 | 1111 | 0 | 1 | 11000001 | 1100001 | 1000000 |
Color Harmonies of #4AD5FC
Complementary color
Monochromatic Colors of #4AD5FC
Black with #4AD5FC
Text Example
Text Example
White with #4AD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD5FC; }
p { color: rgb(74,213,252); }
H1.HeaderClassName
{
color: #4AD5FC;
}
.AnyTagClassName
{
color: #4AD5FC;
}
</style>
background-color css
<style>
a { background-color: #4AD5FC; }
a { background-color: rgb(74,213,252); }
div.DivClassName
{
background-color: #4AD5FC;
}
.BgClassName
{
background-color: #4AD5FC;
}
</style>
border-color css
<style>
span { border-color: #4AD5FC; }
span { border-color: rgb(74,213,252); }
td.TdClassName
{
border-color: #4AD5FC;
}
.TagClassName
{
border-color: #4AD5FC;
}
</style>