Shades of Turquoise #3EDCE5
Tints of Turquoise #3EDCE5
RGB
CMYK
RGB Variations
Color information
#3EDCE5 (or 0x3EDCE5) is known color: Turquoise. HEX triplet: 3E, DC and E5. RGB value is (62,220,229). Sum of RGB (Red+Green+Blue) = 62+220+229=511 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.13% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #3EDCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCE5 is #C1231A. Grayscale: #ADADAD. Windows color (decimal): -12657435 or 15064126. OLE color: 15064126.
HSL color Cylindrical-coordinate representation of color #3EDCE5: hue angle of 183.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EDCE5 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 220 | 229 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.10 |
| HSL | 183.23º | 0.76% | 0.57% | - |
| HSV(B) | 183.23º | 0.73% | 0.9% | - |
| XYZ | 41.72 | 57.87 | 83.1 | - |
| YUV | 173.78 | 159.15 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 229 | 0.73 | 0.04 | 0 | 0.10 | 183.23 | 0.76 | 0.57 |
| Hex | 3E | DC | E5 | 49 | 4 | 0 | A | B7 | 4C | 39 |
| Octal | 76 | 334 | 345 | 111 | 4 | 0 | 12 | 267 | 114 | 71 |
| Binary | 111110 | 11011100 | 11100101 | 1001001 | 100 | 0 | 1010 | 10110111 | 1001100 | 111001 |
Color Harmonies of #3EDCE5
Complementary color
Monochromatic Colors of #3EDCE5
Black with #3EDCE5
Text Example
Text Example
White with #3EDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDCE5; }
p { color: rgb(62,220,229); }
H1.HeaderClassName
{
color: #3EDCE5;
}
.AnyTagClassName
{
color: #3EDCE5;
}
</style>
background-color css
<style>
a { background-color: #3EDCE5; }
a { background-color: rgb(62,220,229); }
div.DivClassName
{
background-color: #3EDCE5;
}
.BgClassName
{
background-color: #3EDCE5;
}
</style>
border-color css
<style>
span { border-color: #3EDCE5; }
span { border-color: rgb(62,220,229); }
td.TdClassName
{
border-color: #3EDCE5;
}
.TagClassName
{
border-color: #3EDCE5;
}
</style>