Shades of Turquoise Blue #4DD5FE
Tints of Turquoise Blue #4DD5FE
RGB
CMYK
RGB Variations
Color information
#4DD5FE (or 0x4DD5FE) is known color: Turquoise Blue. HEX triplet: 4D, D5 and FE. RGB value is (77,213,254). Sum of RGB (Red+Green+Blue) = 77+213+254=544 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.15% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DD5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD5FE is #B22A01. Grayscale: #B0B0B0. Windows color (decimal): -11676162 or 16700749. OLE color: 16700749.
HSL color Cylindrical-coordinate representation of color #4DD5FE: hue angle of 193.9º 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 #4DD5FE is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 213 | 254 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.00 |
| HSL | 193.9º | 0.99% | 0.65% | - |
| HSV(B) | 193.9º | 0.7% | 1% | - |
| XYZ | 44.74 | 56.32 | 102.28 | - |
| YUV | 177.01 | 171.44 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 254 | 0.70 | 0.16 | 0 | 0.00 | 193.9 | 0.99 | 0.65 |
| Hex | 4D | D5 | FE | 46 | 10 | 0 | 0 | C2 | 63 | 41 |
| Octal | 115 | 325 | 376 | 106 | 20 | 0 | 0 | 302 | 143 | 101 |
| Binary | 1001101 | 11010101 | 11111110 | 1000110 | 10000 | 0 | 0 | 11000010 | 1100011 | 1000001 |
Color Harmonies of #4DD5FE
Complementary color
Monochromatic Colors of #4DD5FE
Black with #4DD5FE
Text Example
Text Example
White with #4DD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD5FE; }
p { color: rgb(77,213,254); }
H1.HeaderClassName
{
color: #4DD5FE;
}
.AnyTagClassName
{
color: #4DD5FE;
}
</style>
background-color css
<style>
a { background-color: #4DD5FE; }
a { background-color: rgb(77,213,254); }
div.DivClassName
{
background-color: #4DD5FE;
}
.BgClassName
{
background-color: #4DD5FE;
}
</style>
border-color css
<style>
span { border-color: #4DD5FE; }
span { border-color: rgb(77,213,254); }
td.TdClassName
{
border-color: #4DD5FE;
}
.TagClassName
{
border-color: #4DD5FE;
}
</style>