Shades of Turquoise Blue #4DCEEA
Tints of Turquoise Blue #4DCEEA
RGB
CMYK
RGB Variations
Color information
#4DCEEA (or 0x4DCEEA) is known color: Turquoise Blue. HEX triplet: 4D, CE and EA. RGB value is (77,206,234). Sum of RGB (Red+Green+Blue) = 77+206+234=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DCEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEEA is #B23115. Grayscale: #AAAAAA. Windows color (decimal): -11677974 or 15388237. OLE color: 15388237.
HSL color Cylindrical-coordinate representation of color #4DCEEA: hue angle of 190.7º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DCEEA is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 206 | 234 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.08 |
| HSL | 190.7º | 0.79% | 0.61% | - |
| HSV(B) | 190.7º | 0.67% | 0.92% | - |
| XYZ | 39.98 | 51.66 | 85.71 | - |
| YUV | 170.62 | 163.76 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 234 | 0.67 | 0.12 | 0 | 0.08 | 190.7 | 0.79 | 0.61 |
| Hex | 4D | CE | EA | 43 | C | 0 | 8 | BF | 4F | 3D |
| Octal | 115 | 316 | 352 | 103 | 14 | 0 | 10 | 277 | 117 | 75 |
| Binary | 1001101 | 11001110 | 11101010 | 1000011 | 1100 | 0 | 1000 | 10111111 | 1001111 | 111101 |
Color Harmonies of #4DCEEA
Complementary color
Monochromatic Colors of #4DCEEA
Black with #4DCEEA
Text Example
Text Example
White with #4DCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEEA; }
p { color: rgb(77,206,234); }
H1.HeaderClassName
{
color: #4DCEEA;
}
.AnyTagClassName
{
color: #4DCEEA;
}
</style>
background-color css
<style>
a { background-color: #4DCEEA; }
a { background-color: rgb(77,206,234); }
div.DivClassName
{
background-color: #4DCEEA;
}
.BgClassName
{
background-color: #4DCEEA;
}
</style>
border-color css
<style>
span { border-color: #4DCEEA; }
span { border-color: rgb(77,206,234); }
td.TdClassName
{
border-color: #4DCEEA;
}
.TagClassName
{
border-color: #4DCEEA;
}
</style>