Shades of Turquoise #4DECEE
Tints of Turquoise #4DECEE
RGB
CMYK
RGB Variations
Color information
#4DECEE (or 0x4DECEE) is known color: Turquoise. HEX triplet: 4D, EC and EE. RGB value is (77,236,238). Sum of RGB (Red+Green+Blue) = 77+236+238=551 (72% of max value = 765). Red value is 77 (30.47% from 255 or 13.97% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #4DECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DECEE is #B21311. Grayscale: #BCBCBC. Windows color (decimal): -11670290 or 15658061. OLE color: 15658061.
HSL color Cylindrical-coordinate representation of color #4DECEE: hue angle of 180.75º 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 #4DECEE is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 238 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.07 |
| HSL | 180.75º | 0.83% | 0.62% | - |
| HSV(B) | 180.75º | 0.68% | 0.93% | - |
| XYZ | 48.49 | 67.74 | 91.41 | - |
| YUV | 188.69 | 155.82 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 238 | 0.68 | 0.01 | 0 | 0.07 | 180.75 | 0.83 | 0.62 |
| Hex | 4D | EC | EE | 44 | 1 | 0 | 7 | B5 | 53 | 3E |
| Octal | 115 | 354 | 356 | 104 | 1 | 0 | 7 | 265 | 123 | 76 |
| Binary | 1001101 | 11101100 | 11101110 | 1000100 | 1 | 0 | 111 | 10110101 | 1010011 | 111110 |
Color Harmonies of #4DECEE
Complementary color
Monochromatic Colors of #4DECEE
Black with #4DECEE
Text Example
Text Example
White with #4DECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECEE; }
p { color: rgb(77,236,238); }
H1.HeaderClassName
{
color: #4DECEE;
}
.AnyTagClassName
{
color: #4DECEE;
}
</style>
background-color css
<style>
a { background-color: #4DECEE; }
a { background-color: rgb(77,236,238); }
div.DivClassName
{
background-color: #4DECEE;
}
.BgClassName
{
background-color: #4DECEE;
}
</style>
border-color css
<style>
span { border-color: #4DECEE; }
span { border-color: rgb(77,236,238); }
td.TdClassName
{
border-color: #4DECEE;
}
.TagClassName
{
border-color: #4DECEE;
}
</style>