Shades of Turquoise Blue #4DCEFA
Tints of Turquoise Blue #4DCEFA
RGB
CMYK
RGB Variations
Color information
#4DCEFA (or 0x4DCEFA) is known color: Turquoise Blue. HEX triplet: 4D, CE and FA. RGB value is (77,206,250). Sum of RGB (Red+Green+Blue) = 77+206+250=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DCEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEFA is #B23105. Grayscale: #ACACAC. Windows color (decimal): -11677958 or 16436813. OLE color: 16436813.
HSL color Cylindrical-coordinate representation of color #4DCEFA: hue angle of 195.26º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCEFA is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 206 | 250 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.02 |
| HSL | 195.26º | 0.95% | 0.64% | - |
| HSV(B) | 195.26º | 0.69% | 0.98% | - |
| XYZ | 42.39 | 52.62 | 98.37 | - |
| YUV | 172.45 | 171.76 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 250 | 0.69 | 0.18 | 0 | 0.02 | 195.26 | 0.95 | 0.64 |
| Hex | 4D | CE | FA | 45 | 12 | 0 | 2 | C3 | 5F | 40 |
| Octal | 115 | 316 | 372 | 105 | 22 | 0 | 2 | 303 | 137 | 100 |
| Binary | 1001101 | 11001110 | 11111010 | 1000101 | 10010 | 0 | 10 | 11000011 | 1011111 | 1000000 |
Color Harmonies of #4DCEFA
Complementary color
Monochromatic Colors of #4DCEFA
Black with #4DCEFA
Text Example
Text Example
White with #4DCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEFA; }
p { color: rgb(77,206,250); }
H1.HeaderClassName
{
color: #4DCEFA;
}
.AnyTagClassName
{
color: #4DCEFA;
}
</style>
background-color css
<style>
a { background-color: #4DCEFA; }
a { background-color: rgb(77,206,250); }
div.DivClassName
{
background-color: #4DCEFA;
}
.BgClassName
{
background-color: #4DCEFA;
}
</style>
border-color css
<style>
span { border-color: #4DCEFA; }
span { border-color: rgb(77,206,250); }
td.TdClassName
{
border-color: #4DCEFA;
}
.TagClassName
{
border-color: #4DCEFA;
}
</style>