Shades of Turquoise #3EDFDB
Tints of Turquoise #3EDFDB
RGB
CMYK
RGB Variations
Color information
#3EDFDB (or 0x3EDFDB) is known color: Turquoise. HEX triplet: 3E, DF and DB. RGB value is (62,223,219). Sum of RGB (Red+Green+Blue) = 62+223+219=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFDB is #C12024. Grayscale: #AEAEAE. Windows color (decimal): -12656677 or 14409534. OLE color: 14409534.
HSL color Cylindrical-coordinate representation of color #3EDFDB: hue angle of 178.51º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFDB is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 219 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.13 |
| HSL | 178.51º | 0.72% | 0.56% | - |
| HSV(B) | 178.51º | 0.72% | 0.87% | - |
| XYZ | 41.16 | 58.91 | 76.22 | - |
| YUV | 174.41 | 153.16 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 219 | 0.72 | 0 | 0.02 | 0.13 | 178.51 | 0.72 | 0.56 |
| Hex | 3E | DF | DB | 48 | 0 | 2 | D | B3 | 48 | 38 |
| Octal | 76 | 337 | 333 | 110 | 0 | 2 | 15 | 263 | 110 | 70 |
| Binary | 111110 | 11011111 | 11011011 | 1001000 | 0 | 10 | 1101 | 10110011 | 1001000 | 111000 |
Color Harmonies of #3EDFDB
Complementary color
Monochromatic Colors of #3EDFDB
Black with #3EDFDB
Text Example
Text Example
White with #3EDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFDB; }
p { color: rgb(62,223,219); }
H1.HeaderClassName
{
color: #3EDFDB;
}
.AnyTagClassName
{
color: #3EDFDB;
}
</style>
background-color css
<style>
a { background-color: #3EDFDB; }
a { background-color: rgb(62,223,219); }
div.DivClassName
{
background-color: #3EDFDB;
}
.BgClassName
{
background-color: #3EDFDB;
}
</style>
border-color css
<style>
span { border-color: #3EDFDB; }
span { border-color: rgb(62,223,219); }
td.TdClassName
{
border-color: #3EDFDB;
}
.TagClassName
{
border-color: #3EDFDB;
}
</style>