Shades of Turquoise #3EFDCC
Tints of Turquoise #3EFDCC
RGB
CMYK
RGB Variations
Color information
#3EFDCC (or 0x3EFDCC) is known color: Turquoise. HEX triplet: 3E, FD and CC. RGB value is (62,253,204). Sum of RGB (Red+Green+Blue) = 62+253+204=519 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.95% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDCC is #C10233. Grayscale: #BEBEBE. Windows color (decimal): -12649012 or 13434174. OLE color: 13434174.
HSL color Cylindrical-coordinate representation of color #3EFDCC: hue angle of 164.61º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDCC is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 204 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.01 |
| HSL | 164.61º | 0.98% | 0.62% | - |
| HSV(B) | 164.61º | 0.75% | 0.99% | - |
| XYZ | 48.01 | 75.63 | 69.2 | - |
| YUV | 190.31 | 135.72 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 204 | 0.75 | 0 | 0.19 | 0.01 | 164.61 | 0.98 | 0.62 |
| Hex | 3E | FD | CC | 4B | 0 | 13 | 1 | A5 | 62 | 3E |
| Octal | 76 | 375 | 314 | 113 | 0 | 23 | 1 | 245 | 142 | 76 |
| Binary | 111110 | 11111101 | 11001100 | 1001011 | 0 | 10011 | 1 | 10100101 | 1100010 | 111110 |
Color Harmonies of #3EFDCC
Complementary color
Monochromatic Colors of #3EFDCC
Black with #3EFDCC
Text Example
Text Example
White with #3EFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDCC; }
p { color: rgb(62,253,204); }
H1.HeaderClassName
{
color: #3EFDCC;
}
.AnyTagClassName
{
color: #3EFDCC;
}
</style>
background-color css
<style>
a { background-color: #3EFDCC; }
a { background-color: rgb(62,253,204); }
div.DivClassName
{
background-color: #3EFDCC;
}
.BgClassName
{
background-color: #3EFDCC;
}
</style>
border-color css
<style>
span { border-color: #3EFDCC; }
span { border-color: rgb(62,253,204); }
td.TdClassName
{
border-color: #3EFDCC;
}
.TagClassName
{
border-color: #3EFDCC;
}
</style>