Shades of Turquoise Blue #4AD7FE
Tints of Turquoise Blue #4AD7FE
RGB
CMYK
RGB Variations
Color information
#4AD7FE (or 0x4AD7FE) is known color: Turquoise Blue. HEX triplet: 4A, D7 and FE. RGB value is (74,215,254). Sum of RGB (Red+Green+Blue) = 74+215+254=543 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.63% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AD7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD7FE is #B52801. Grayscale: #B0B0B0. Windows color (decimal): -11872258 or 16701258. OLE color: 16701258.
HSL color Cylindrical-coordinate representation of color #4AD7FE: hue angle of 193º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD7FE is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 215 | 254 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.00 |
| HSL | 193º | 0.99% | 0.64% | - |
| HSV(B) | 193º | 0.71% | 1% | - |
| XYZ | 45.01 | 57.21 | 102.44 | - |
| YUV | 177.29 | 171.29 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 254 | 0.71 | 0.15 | 0 | 0.00 | 193 | 0.99 | 0.64 |
| Hex | 4A | D7 | FE | 47 | F | 0 | 0 | C1 | 63 | 40 |
| Octal | 112 | 327 | 376 | 107 | 17 | 0 | 0 | 301 | 143 | 100 |
| Binary | 1001010 | 11010111 | 11111110 | 1000111 | 1111 | 0 | 0 | 11000001 | 1100011 | 1000000 |
Color Harmonies of #4AD7FE
Complementary color
Monochromatic Colors of #4AD7FE
Black with #4AD7FE
Text Example
Text Example
White with #4AD7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD7FE; }
p { color: rgb(74,215,254); }
H1.HeaderClassName
{
color: #4AD7FE;
}
.AnyTagClassName
{
color: #4AD7FE;
}
</style>
background-color css
<style>
a { background-color: #4AD7FE; }
a { background-color: rgb(74,215,254); }
div.DivClassName
{
background-color: #4AD7FE;
}
.BgClassName
{
background-color: #4AD7FE;
}
</style>
border-color css
<style>
span { border-color: #4AD7FE; }
span { border-color: rgb(74,215,254); }
td.TdClassName
{
border-color: #4AD7FE;
}
.TagClassName
{
border-color: #4AD7FE;
}
</style>