Shades of Turquoise Blue #4AD2FF
Tints of Turquoise Blue #4AD2FF
RGB
CMYK
RGB Variations
Color information
#4AD2FF (or 0x4AD2FF) is known color: Turquoise Blue. HEX triplet: 4A, D2 and FF. RGB value is (74,210,255). Sum of RGB (Red+Green+Blue) = 74+210+255=539 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.73% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AD2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD2FF is #B52D00. Grayscale: #AEAEAE. Windows color (decimal): -11873537 or 16765514. OLE color: 16765514.
HSL color Cylindrical-coordinate representation of color #4AD2FF: hue angle of 194.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 #4AD2FF is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 210 | 255 | - |
| CMYK | 0.71 | 0.18 | 0 | 0 |
| HSL | 194.92º | 1% | 0.65% | - |
| HSV(B) | 194.92º | 0.71% | 1% | - |
| XYZ | 43.92 | 54.77 | 102.86 | - |
| YUV | 174.47 | 173.44 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 255 | 0.71 | 0.18 | 0 | 0 | 194.92 | 1 | 0.65 |
| Hex | 4A | D2 | FF | 47 | 12 | 0 | 0 | C3 | 64 | 41 |
| Octal | 112 | 322 | 377 | 107 | 22 | 0 | 0 | 303 | 144 | 101 |
| Binary | 1001010 | 11010010 | 11111111 | 1000111 | 10010 | 0 | 0 | 11000011 | 1100100 | 1000001 |
Color Harmonies of #4AD2FF
Complementary color
Monochromatic Colors of #4AD2FF
Black with #4AD2FF
Text Example
Text Example
White with #4AD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD2FF; }
p { color: rgb(74,210,255); }
H1.HeaderClassName
{
color: #4AD2FF;
}
.AnyTagClassName
{
color: #4AD2FF;
}
</style>
background-color css
<style>
a { background-color: #4AD2FF; }
a { background-color: rgb(74,210,255); }
div.DivClassName
{
background-color: #4AD2FF;
}
.BgClassName
{
background-color: #4AD2FF;
}
</style>
border-color css
<style>
span { border-color: #4AD2FF; }
span { border-color: rgb(74,210,255); }
td.TdClassName
{
border-color: #4AD2FF;
}
.TagClassName
{
border-color: #4AD2FF;
}
</style>