Shades of Turquoise #4DDFE9
Tints of Turquoise #4DDFE9
RGB
CMYK
RGB Variations
Color information
#4DDFE9 (or 0x4DDFE9) is known color: Turquoise. HEX triplet: 4D, DF and E9. RGB value is (77,223,233). Sum of RGB (Red+Green+Blue) = 77+223+233=533 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.45% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #4DDFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFE9 is #B22016. Grayscale: #B4B4B4. Windows color (decimal): -11673623 or 15327053. OLE color: 15327053.
HSL color Cylindrical-coordinate representation of color #4DDFE9: hue angle of 183.85º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DDFE9 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 223 | 233 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.09 |
| HSL | 183.85º | 0.78% | 0.61% | - |
| HSV(B) | 183.85º | 0.67% | 0.91% | - |
| XYZ | 44.16 | 60.24 | 86.39 | - |
| YUV | 180.49 | 157.63 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 233 | 0.67 | 0.04 | 0 | 0.09 | 183.85 | 0.78 | 0.61 |
| Hex | 4D | DF | E9 | 43 | 4 | 0 | 9 | B8 | 4E | 3D |
| Octal | 115 | 337 | 351 | 103 | 4 | 0 | 11 | 270 | 116 | 75 |
| Binary | 1001101 | 11011111 | 11101001 | 1000011 | 100 | 0 | 1001 | 10111000 | 1001110 | 111101 |
Color Harmonies of #4DDFE9
Complementary color
Monochromatic Colors of #4DDFE9
Black with #4DDFE9
Text Example
Text Example
White with #4DDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFE9; }
p { color: rgb(77,223,233); }
H1.HeaderClassName
{
color: #4DDFE9;
}
.AnyTagClassName
{
color: #4DDFE9;
}
</style>
background-color css
<style>
a { background-color: #4DDFE9; }
a { background-color: rgb(77,223,233); }
div.DivClassName
{
background-color: #4DDFE9;
}
.BgClassName
{
background-color: #4DDFE9;
}
</style>
border-color css
<style>
span { border-color: #4DDFE9; }
span { border-color: rgb(77,223,233); }
td.TdClassName
{
border-color: #4DDFE9;
}
.TagClassName
{
border-color: #4DDFE9;
}
</style>