Shades of Turquoise #3EDFDC
Tints of Turquoise #3EDFDC
RGB
CMYK
RGB Variations
Color information
#3EDFDC (or 0x3EDFDC) is known color: Turquoise. HEX triplet: 3E, DF and DC. RGB value is (62,223,220). Sum of RGB (Red+Green+Blue) = 62+223+220=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFDC is #C12023. Grayscale: #AEAEAE. Windows color (decimal): -12656676 or 14475070. OLE color: 14475070.
HSL color Cylindrical-coordinate representation of color #3EDFDC: hue angle of 178.88º 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 #3EDFDC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 220 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.13 |
| HSL | 178.88º | 0.72% | 0.56% | - |
| HSV(B) | 178.88º | 0.72% | 0.87% | - |
| XYZ | 41.29 | 58.97 | 76.92 | - |
| YUV | 174.52 | 153.66 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 220 | 0.72 | 0 | 0.01 | 0.13 | 178.88 | 0.72 | 0.56 |
| Hex | 3E | DF | DC | 48 | 0 | 1 | D | B3 | 48 | 38 |
| Octal | 76 | 337 | 334 | 110 | 0 | 1 | 15 | 263 | 110 | 70 |
| Binary | 111110 | 11011111 | 11011100 | 1001000 | 0 | 1 | 1101 | 10110011 | 1001000 | 111000 |
Color Harmonies of #3EDFDC
Complementary color
Monochromatic Colors of #3EDFDC
Black with #3EDFDC
Text Example
Text Example
White with #3EDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFDC; }
p { color: rgb(62,223,220); }
H1.HeaderClassName
{
color: #3EDFDC;
}
.AnyTagClassName
{
color: #3EDFDC;
}
</style>
background-color css
<style>
a { background-color: #3EDFDC; }
a { background-color: rgb(62,223,220); }
div.DivClassName
{
background-color: #3EDFDC;
}
.BgClassName
{
background-color: #3EDFDC;
}
</style>
border-color css
<style>
span { border-color: #3EDFDC; }
span { border-color: rgb(62,223,220); }
td.TdClassName
{
border-color: #3EDFDC;
}
.TagClassName
{
border-color: #3EDFDC;
}
</style>