Shades of Turquoise #4DDFE6
Tints of Turquoise #4DDFE6
RGB
CMYK
RGB Variations
Color information
#4DDFE6 (or 0x4DDFE6) is known color: Turquoise. HEX triplet: 4D, DF and E6. RGB value is (77,223,230). Sum of RGB (Red+Green+Blue) = 77+223+230=530 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.53% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #4DDFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFE6 is #B22019. Grayscale: #B3B3B3. Windows color (decimal): -11673626 or 15130445. OLE color: 15130445.
HSL color Cylindrical-coordinate representation of color #4DDFE6: hue angle of 182.75º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DDFE6 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 223 | 230 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.10 |
| HSL | 182.75º | 0.75% | 0.6% | - |
| HSV(B) | 182.75º | 0.67% | 0.9% | - |
| XYZ | 43.73 | 60.07 | 84.15 | - |
| YUV | 180.14 | 156.13 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 230 | 0.67 | 0.03 | 0 | 0.10 | 182.75 | 0.75 | 0.6 |
| Hex | 4D | DF | E6 | 43 | 3 | 0 | A | B7 | 4B | 3C |
| Octal | 115 | 337 | 346 | 103 | 3 | 0 | 12 | 267 | 113 | 74 |
| Binary | 1001101 | 11011111 | 11100110 | 1000011 | 11 | 0 | 1010 | 10110111 | 1001011 | 111100 |
Color Harmonies of #4DDFE6
Complementary color
Monochromatic Colors of #4DDFE6
Black with #4DDFE6
Text Example
Text Example
White with #4DDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFE6; }
p { color: rgb(77,223,230); }
H1.HeaderClassName
{
color: #4DDFE6;
}
.AnyTagClassName
{
color: #4DDFE6;
}
</style>
background-color css
<style>
a { background-color: #4DDFE6; }
a { background-color: rgb(77,223,230); }
div.DivClassName
{
background-color: #4DDFE6;
}
.BgClassName
{
background-color: #4DDFE6;
}
</style>
border-color css
<style>
span { border-color: #4DDFE6; }
span { border-color: rgb(77,223,230); }
td.TdClassName
{
border-color: #4DDFE6;
}
.TagClassName
{
border-color: #4DDFE6;
}
</style>