Shades of Medium Turquoise #3ED3EB
Tints of Medium Turquoise #3ED3EB
RGB
CMYK
RGB Variations
Color information
#3ED3EB (or 0x3ED3EB) is known color: Medium Turquoise. HEX triplet: 3E, D3 and EB. RGB value is (62,211,235). Sum of RGB (Red+Green+Blue) = 62+211+235=508 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.20% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ED3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED3EB is #C12C14. Grayscale: #A8A8A8. Windows color (decimal): -12659733 or 15455038. OLE color: 15455038.
HSL color Cylindrical-coordinate representation of color #3ED3EB: hue angle of 188.32º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ED3EB is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 211 | 235 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.08 |
| HSL | 188.32º | 0.81% | 0.58% | - |
| HSV(B) | 188.32º | 0.74% | 0.92% | - |
| XYZ | 40.28 | 53.61 | 86.82 | - |
| YUV | 169.19 | 165.14 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 211 | 235 | 0.74 | 0.10 | 0 | 0.08 | 188.32 | 0.81 | 0.58 |
| Hex | 3E | D3 | EB | 4A | A | 0 | 8 | BC | 51 | 3A |
| Octal | 76 | 323 | 353 | 112 | 12 | 0 | 10 | 274 | 121 | 72 |
| Binary | 111110 | 11010011 | 11101011 | 1001010 | 1010 | 0 | 1000 | 10111100 | 1010001 | 111010 |
Color Harmonies of #3ED3EB
Complementary color
Monochromatic Colors of #3ED3EB
Black with #3ED3EB
Text Example
Text Example
White with #3ED3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED3EB; }
p { color: rgb(62,211,235); }
H1.HeaderClassName
{
color: #3ED3EB;
}
.AnyTagClassName
{
color: #3ED3EB;
}
</style>
background-color css
<style>
a { background-color: #3ED3EB; }
a { background-color: rgb(62,211,235); }
div.DivClassName
{
background-color: #3ED3EB;
}
.BgClassName
{
background-color: #3ED3EB;
}
</style>
border-color css
<style>
span { border-color: #3ED3EB; }
span { border-color: rgb(62,211,235); }
td.TdClassName
{
border-color: #3ED3EB;
}
.TagClassName
{
border-color: #3ED3EB;
}
</style>