Shades of Turquoise Blue #4AD0FC
Tints of Turquoise Blue #4AD0FC
RGB
CMYK
RGB Variations
Color information
#4AD0FC (or 0x4AD0FC) is known color: Turquoise Blue. HEX triplet: 4A, D0 and FC. RGB value is (74,208,252). Sum of RGB (Red+Green+Blue) = 74+208+252=534 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.86% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #4AD0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD0FC is #B52F03. Grayscale: #ACACAC. Windows color (decimal): -11874052 or 16568394. OLE color: 16568394.
HSL color Cylindrical-coordinate representation of color #4AD0FC: hue angle of 194.83º 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 #4AD0FC is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 208 | 252 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.01 |
| HSL | 194.83º | 0.97% | 0.64% | - |
| HSV(B) | 194.83º | 0.71% | 0.99% | - |
| XYZ | 42.95 | 53.6 | 100.18 | - |
| YUV | 172.95 | 172.61 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 252 | 0.71 | 0.17 | 0 | 0.01 | 194.83 | 0.97 | 0.64 |
| Hex | 4A | D0 | FC | 47 | 11 | 0 | 1 | C3 | 61 | 40 |
| Octal | 112 | 320 | 374 | 107 | 21 | 0 | 1 | 303 | 141 | 100 |
| Binary | 1001010 | 11010000 | 11111100 | 1000111 | 10001 | 0 | 1 | 11000011 | 1100001 | 1000000 |
Color Harmonies of #4AD0FC
Complementary color
Monochromatic Colors of #4AD0FC
Black with #4AD0FC
Text Example
Text Example
White with #4AD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0FC; }
p { color: rgb(74,208,252); }
H1.HeaderClassName
{
color: #4AD0FC;
}
.AnyTagClassName
{
color: #4AD0FC;
}
</style>
background-color css
<style>
a { background-color: #4AD0FC; }
a { background-color: rgb(74,208,252); }
div.DivClassName
{
background-color: #4AD0FC;
}
.BgClassName
{
background-color: #4AD0FC;
}
</style>
border-color css
<style>
span { border-color: #4AD0FC; }
span { border-color: rgb(74,208,252); }
td.TdClassName
{
border-color: #4AD0FC;
}
.TagClassName
{
border-color: #4AD0FC;
}
</style>