Shades of Turquoise Blue #4AD2FB
Tints of Turquoise Blue #4AD2FB
RGB
CMYK
RGB Variations
Color information
#4AD2FB (or 0x4AD2FB) is known color: Turquoise Blue. HEX triplet: 4A, D2 and FB. RGB value is (74,210,251). Sum of RGB (Red+Green+Blue) = 74+210+251=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AD2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD2FB is #B52D04. Grayscale: #ADADAD. Windows color (decimal): -11873541 or 16503370. OLE color: 16503370.
HSL color Cylindrical-coordinate representation of color #4AD2FB: hue angle of 193.9º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD2FB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 210 | 251 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.02 |
| HSL | 193.9º | 0.96% | 0.64% | - |
| HSV(B) | 193.9º | 0.71% | 0.98% | - |
| XYZ | 43.28 | 54.51 | 99.51 | - |
| YUV | 174.01 | 171.44 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 251 | 0.71 | 0.16 | 0 | 0.02 | 193.9 | 0.96 | 0.64 |
| Hex | 4A | D2 | FB | 47 | 10 | 0 | 2 | C2 | 60 | 40 |
| Octal | 112 | 322 | 373 | 107 | 20 | 0 | 2 | 302 | 140 | 100 |
| Binary | 1001010 | 11010010 | 11111011 | 1000111 | 10000 | 0 | 10 | 11000010 | 1100000 | 1000000 |
Color Harmonies of #4AD2FB
Complementary color
Monochromatic Colors of #4AD2FB
Black with #4AD2FB
Text Example
Text Example
White with #4AD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD2FB; }
p { color: rgb(74,210,251); }
H1.HeaderClassName
{
color: #4AD2FB;
}
.AnyTagClassName
{
color: #4AD2FB;
}
</style>
background-color css
<style>
a { background-color: #4AD2FB; }
a { background-color: rgb(74,210,251); }
div.DivClassName
{
background-color: #4AD2FB;
}
.BgClassName
{
background-color: #4AD2FB;
}
</style>
border-color css
<style>
span { border-color: #4AD2FB; }
span { border-color: rgb(74,210,251); }
td.TdClassName
{
border-color: #4AD2FB;
}
.TagClassName
{
border-color: #4AD2FB;
}
</style>