Shades of Turquoise #3EDFDE
Tints of Turquoise #3EDFDE
RGB
CMYK
RGB Variations
Color information
#3EDFDE (or 0x3EDFDE) is known color: Turquoise. HEX triplet: 3E, DF and DE. RGB value is (62,223,222). Sum of RGB (Red+Green+Blue) = 62+223+222=507 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.23% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFDE is #C12021. Grayscale: #AEAEAE. Windows color (decimal): -12656674 or 14606142. OLE color: 14606142.
HSL color Cylindrical-coordinate representation of color #3EDFDE: hue angle of 179.63º 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 #3EDFDE is Cyan = 0.72, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 222 | - |
| CMYK | 0.72 | 0 | 0.00 | 0.13 |
| HSL | 179.63º | 0.72% | 0.56% | - |
| HSV(B) | 179.63º | 0.72% | 0.87% | - |
| XYZ | 41.56 | 59.07 | 78.32 | - |
| YUV | 174.75 | 154.66 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 222 | 0.72 | 0 | 0.00 | 0.13 | 179.63 | 0.72 | 0.56 |
| Hex | 3E | DF | DE | 48 | 0 | 0 | D | B4 | 48 | 38 |
| Octal | 76 | 337 | 336 | 110 | 0 | 0 | 15 | 264 | 110 | 70 |
| Binary | 111110 | 11011111 | 11011110 | 1001000 | 0 | 0 | 1101 | 10110100 | 1001000 | 111000 |
Color Harmonies of #3EDFDE
Complementary color
Monochromatic Colors of #3EDFDE
Black with #3EDFDE
Text Example
Text Example
White with #3EDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFDE; }
p { color: rgb(62,223,222); }
H1.HeaderClassName
{
color: #3EDFDE;
}
.AnyTagClassName
{
color: #3EDFDE;
}
</style>
background-color css
<style>
a { background-color: #3EDFDE; }
a { background-color: rgb(62,223,222); }
div.DivClassName
{
background-color: #3EDFDE;
}
.BgClassName
{
background-color: #3EDFDE;
}
</style>
border-color css
<style>
span { border-color: #3EDFDE; }
span { border-color: rgb(62,223,222); }
td.TdClassName
{
border-color: #3EDFDE;
}
.TagClassName
{
border-color: #3EDFDE;
}
</style>