Shades of Medium Turquoise #4ECBD2
Tints of Medium Turquoise #4ECBD2
RGB
CMYK
RGB Variations
Color information
#4ECBD2 (or 0x4ECBD2) is known color: Medium Turquoise. HEX triplet: 4E, CB and D2. RGB value is (78,203,210). Sum of RGB (Red+Green+Blue) = 78+203+210=491 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.89% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #4ECBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBD2 is #B1342D. Grayscale: #A6A6A6. Windows color (decimal): -11613230 or 13814606. OLE color: 13814606.
HSL color Cylindrical-coordinate representation of color #4ECBD2: hue angle of 183.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ECBD2 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 203 | 210 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.18 |
| HSL | 183.18º | 0.59% | 0.56% | - |
| HSV(B) | 183.18º | 0.63% | 0.82% | - |
| XYZ | 36.13 | 48.98 | 68.52 | - |
| YUV | 166.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 210 | 0.63 | 0.03 | 0 | 0.18 | 183.18 | 0.59 | 0.56 |
| Hex | 4E | CB | D2 | 3F | 3 | 0 | 12 | B7 | 3B | 38 |
| Octal | 116 | 313 | 322 | 77 | 3 | 0 | 22 | 267 | 73 | 70 |
| Binary | 1001110 | 11001011 | 11010010 | 111111 | 11 | 0 | 10010 | 10110111 | 111011 | 111000 |
Color Harmonies of #4ECBD2
Complementary color
Monochromatic Colors of #4ECBD2
Black with #4ECBD2
Text Example
Text Example
White with #4ECBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBD2; }
p { color: rgb(78,203,210); }
H1.HeaderClassName
{
color: #4ECBD2;
}
.AnyTagClassName
{
color: #4ECBD2;
}
</style>
background-color css
<style>
a { background-color: #4ECBD2; }
a { background-color: rgb(78,203,210); }
div.DivClassName
{
background-color: #4ECBD2;
}
.BgClassName
{
background-color: #4ECBD2;
}
</style>
border-color css
<style>
span { border-color: #4ECBD2; }
span { border-color: rgb(78,203,210); }
td.TdClassName
{
border-color: #4ECBD2;
}
.TagClassName
{
border-color: #4ECBD2;
}
</style>