Shades of Turquoise Blue #4DD2FE
Tints of Turquoise Blue #4DD2FE
RGB
CMYK
RGB Variations
Color information
#4DD2FE (or 0x4DD2FE) is known color: Turquoise Blue. HEX triplet: 4D, D2 and FE. RGB value is (77,210,254). Sum of RGB (Red+Green+Blue) = 77+210+254=541 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.23% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DD2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD2FE is #B22D01. Grayscale: #AEAEAE. Windows color (decimal): -11676930 or 16699981. OLE color: 16699981.
HSL color Cylindrical-coordinate representation of color #4DD2FE: hue angle of 194.92º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DD2FE is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 210 | 254 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.00 |
| HSL | 194.92º | 0.99% | 0.65% | - |
| HSV(B) | 194.92º | 0.7% | 1% | - |
| XYZ | 44 | 54.83 | 102.03 | - |
| YUV | 175.25 | 172.44 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 254 | 0.70 | 0.17 | 0 | 0.00 | 194.92 | 0.99 | 0.65 |
| Hex | 4D | D2 | FE | 46 | 11 | 0 | 0 | C3 | 63 | 41 |
| Octal | 115 | 322 | 376 | 106 | 21 | 0 | 0 | 303 | 143 | 101 |
| Binary | 1001101 | 11010010 | 11111110 | 1000110 | 10001 | 0 | 0 | 11000011 | 1100011 | 1000001 |
Color Harmonies of #4DD2FE
Complementary color
Monochromatic Colors of #4DD2FE
Black with #4DD2FE
Text Example
Text Example
White with #4DD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD2FE; }
p { color: rgb(77,210,254); }
H1.HeaderClassName
{
color: #4DD2FE;
}
.AnyTagClassName
{
color: #4DD2FE;
}
</style>
background-color css
<style>
a { background-color: #4DD2FE; }
a { background-color: rgb(77,210,254); }
div.DivClassName
{
background-color: #4DD2FE;
}
.BgClassName
{
background-color: #4DD2FE;
}
</style>
border-color css
<style>
span { border-color: #4DD2FE; }
span { border-color: rgb(77,210,254); }
td.TdClassName
{
border-color: #4DD2FE;
}
.TagClassName
{
border-color: #4DD2FE;
}
</style>