Shades of Turquoise #3EDECF
Tints of Turquoise #3EDECF
RGB
CMYK
RGB Variations
Color information
#3EDECF (or 0x3EDECF) is known color: Turquoise. HEX triplet: 3E, DE and CF. RGB value is (62,222,207). Sum of RGB (Red+Green+Blue) = 62+222+207=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDECF is #C12130. Grayscale: #ACACAC. Windows color (decimal): -12656945 or 13622846. OLE color: 13622846.
HSL color Cylindrical-coordinate representation of color #3EDECF: hue angle of 174.38º degrees, saturation: 0.71, 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 #3EDECF is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 207 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.13 |
| HSL | 174.38º | 0.71% | 0.56% | - |
| HSV(B) | 174.38º | 0.72% | 0.87% | - |
| XYZ | 39.37 | 57.77 | 68.11 | - |
| YUV | 172.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 207 | 0.72 | 0 | 0.07 | 0.13 | 174.38 | 0.71 | 0.56 |
| Hex | 3E | DE | CF | 48 | 0 | 7 | D | AE | 47 | 38 |
| Octal | 76 | 336 | 317 | 110 | 0 | 7 | 15 | 256 | 107 | 70 |
| Binary | 111110 | 11011110 | 11001111 | 1001000 | 0 | 111 | 1101 | 10101110 | 1000111 | 111000 |
Color Harmonies of #3EDECF
Complementary color
Monochromatic Colors of #3EDECF
Black with #3EDECF
Text Example
Text Example
White with #3EDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDECF; }
p { color: rgb(62,222,207); }
H1.HeaderClassName
{
color: #3EDECF;
}
.AnyTagClassName
{
color: #3EDECF;
}
</style>
background-color css
<style>
a { background-color: #3EDECF; }
a { background-color: rgb(62,222,207); }
div.DivClassName
{
background-color: #3EDECF;
}
.BgClassName
{
background-color: #3EDECF;
}
</style>
border-color css
<style>
span { border-color: #3EDECF; }
span { border-color: rgb(62,222,207); }
td.TdClassName
{
border-color: #3EDECF;
}
.TagClassName
{
border-color: #3EDECF;
}
</style>