Shades of Turquoise Blue #4DCFEA
Tints of Turquoise Blue #4DCFEA
RGB
CMYK
RGB Variations
Color information
#4DCFEA (or 0x4DCFEA) is known color: Turquoise Blue. HEX triplet: 4D, CF and EA. RGB value is (77,207,234). Sum of RGB (Red+Green+Blue) = 77+207+234=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DCFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFEA is #B23015. Grayscale: #AAAAAA. Windows color (decimal): -11677718 or 15388493. OLE color: 15388493.
HSL color Cylindrical-coordinate representation of color #4DCFEA: hue angle of 190.32º 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 #4DCFEA is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 207 | 234 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.08 |
| HSL | 190.32º | 0.79% | 0.61% | - |
| HSV(B) | 190.32º | 0.67% | 0.92% | - |
| XYZ | 40.22 | 52.14 | 85.79 | - |
| YUV | 171.21 | 163.43 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 234 | 0.67 | 0.12 | 0 | 0.08 | 190.32 | 0.79 | 0.61 |
| Hex | 4D | CF | EA | 43 | C | 0 | 8 | BE | 4F | 3D |
| Octal | 115 | 317 | 352 | 103 | 14 | 0 | 10 | 276 | 117 | 75 |
| Binary | 1001101 | 11001111 | 11101010 | 1000011 | 1100 | 0 | 1000 | 10111110 | 1001111 | 111101 |
Color Harmonies of #4DCFEA
Complementary color
Monochromatic Colors of #4DCFEA
Black with #4DCFEA
Text Example
Text Example
White with #4DCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFEA; }
p { color: rgb(77,207,234); }
H1.HeaderClassName
{
color: #4DCFEA;
}
.AnyTagClassName
{
color: #4DCFEA;
}
</style>
background-color css
<style>
a { background-color: #4DCFEA; }
a { background-color: rgb(77,207,234); }
div.DivClassName
{
background-color: #4DCFEA;
}
.BgClassName
{
background-color: #4DCFEA;
}
</style>
border-color css
<style>
span { border-color: #4DCFEA; }
span { border-color: rgb(77,207,234); }
td.TdClassName
{
border-color: #4DCFEA;
}
.TagClassName
{
border-color: #4DCFEA;
}
</style>