Shades of Turquoise Blue #4DCFEE
Tints of Turquoise Blue #4DCFEE
RGB
CMYK
RGB Variations
Color information
#4DCFEE (or 0x4DCFEE) is known color: Turquoise Blue. HEX triplet: 4D, CF and EE. RGB value is (77,207,238). Sum of RGB (Red+Green+Blue) = 77+207+238=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #4DCFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFEE is #B23011. Grayscale: #ABABAB. Windows color (decimal): -11677714 or 15650637. OLE color: 15650637.
HSL color Cylindrical-coordinate representation of color #4DCFEE: hue angle of 191.55º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCFEE is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 207 | 238 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.07 |
| HSL | 191.55º | 0.83% | 0.62% | - |
| HSV(B) | 191.55º | 0.68% | 0.93% | - |
| XYZ | 40.81 | 52.38 | 88.85 | - |
| YUV | 171.66 | 165.43 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 238 | 0.68 | 0.13 | 0 | 0.07 | 191.55 | 0.83 | 0.62 |
| Hex | 4D | CF | EE | 44 | D | 0 | 7 | C0 | 53 | 3E |
| Octal | 115 | 317 | 356 | 104 | 15 | 0 | 7 | 300 | 123 | 76 |
| Binary | 1001101 | 11001111 | 11101110 | 1000100 | 1101 | 0 | 111 | 11000000 | 1010011 | 111110 |
Color Harmonies of #4DCFEE
Complementary color
Monochromatic Colors of #4DCFEE
Black with #4DCFEE
Text Example
Text Example
White with #4DCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFEE; }
p { color: rgb(77,207,238); }
H1.HeaderClassName
{
color: #4DCFEE;
}
.AnyTagClassName
{
color: #4DCFEE;
}
</style>
background-color css
<style>
a { background-color: #4DCFEE; }
a { background-color: rgb(77,207,238); }
div.DivClassName
{
background-color: #4DCFEE;
}
.BgClassName
{
background-color: #4DCFEE;
}
</style>
border-color css
<style>
span { border-color: #4DCFEE; }
span { border-color: rgb(77,207,238); }
td.TdClassName
{
border-color: #4DCFEE;
}
.TagClassName
{
border-color: #4DCFEE;
}
</style>