Shades of Turquoise #3EDCE8
Tints of Turquoise #3EDCE8
RGB
CMYK
RGB Variations
Color information
#3EDCE8 (or 0x3EDCE8) is known color: Turquoise. HEX triplet: 3E, DC and E8. RGB value is (62,220,232). Sum of RGB (Red+Green+Blue) = 62+220+232=514 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.06% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #3EDCE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDCE8 is #C12317. Grayscale: #ADADAD. Windows color (decimal): -12657432 or 15260734. OLE color: 15260734.
HSL color Cylindrical-coordinate representation of color #3EDCE8: hue angle of 184.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EDCE8 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 220 | 232 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.09 |
| HSL | 184.24º | 0.79% | 0.58% | - |
| HSV(B) | 184.24º | 0.73% | 0.91% | - |
| XYZ | 42.15 | 58.04 | 85.32 | - |
| YUV | 174.13 | 160.65 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 232 | 0.73 | 0.05 | 0 | 0.09 | 184.24 | 0.79 | 0.58 |
| Hex | 3E | DC | E8 | 49 | 5 | 0 | 9 | B8 | 4F | 3A |
| Octal | 76 | 334 | 350 | 111 | 5 | 0 | 11 | 270 | 117 | 72 |
| Binary | 111110 | 11011100 | 11101000 | 1001001 | 101 | 0 | 1001 | 10111000 | 1001111 | 111010 |
Color Harmonies of #3EDCE8
Complementary color
Monochromatic Colors of #3EDCE8
Black with #3EDCE8
Text Example
Text Example
White with #3EDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDCE8; }
p { color: rgb(62,220,232); }
H1.HeaderClassName
{
color: #3EDCE8;
}
.AnyTagClassName
{
color: #3EDCE8;
}
</style>
background-color css
<style>
a { background-color: #3EDCE8; }
a { background-color: rgb(62,220,232); }
div.DivClassName
{
background-color: #3EDCE8;
}
.BgClassName
{
background-color: #3EDCE8;
}
</style>
border-color css
<style>
span { border-color: #3EDCE8; }
span { border-color: rgb(62,220,232); }
td.TdClassName
{
border-color: #3EDCE8;
}
.TagClassName
{
border-color: #3EDCE8;
}
</style>