Shades of Turquoise #3EFFCF
Tints of Turquoise #3EFFCF
RGB
CMYK
RGB Variations
Color information
#3EFFCF (or 0x3EFFCF) is known color: Turquoise. HEX triplet: 3E, FF and CF. RGB value is (62,255,207). Sum of RGB (Red+Green+Blue) = 62+255+207=524 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.83% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFCF is #C10030. Grayscale: #BFBFBF. Windows color (decimal): -12648497 or 13631294. OLE color: 13631294.
HSL color Cylindrical-coordinate representation of color #3EFFCF: hue angle of 165.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFCF is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 207 | - |
| CMYK | 0.76 | 0 | 0.19 | 0 |
| HSL | 165.08º | 1% | 0.62% | - |
| HSV(B) | 165.08º | 0.76% | 1% | - |
| XYZ | 49.01 | 77.05 | 71.32 | - |
| YUV | 191.82 | 136.56 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 207 | 0.76 | 0 | 0.19 | 0 | 165.08 | 1 | 0.62 |
| Hex | 3E | FF | CF | 4C | 0 | 13 | 0 | A5 | 64 | 3E |
| Octal | 76 | 377 | 317 | 114 | 0 | 23 | 0 | 245 | 144 | 76 |
| Binary | 111110 | 11111111 | 11001111 | 1001100 | 0 | 10011 | 0 | 10100101 | 1100100 | 111110 |
Color Harmonies of #3EFFCF
Complementary color
Monochromatic Colors of #3EFFCF
Black with #3EFFCF
Text Example
Text Example
White with #3EFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFCF; }
p { color: rgb(62,255,207); }
H1.HeaderClassName
{
color: #3EFFCF;
}
.AnyTagClassName
{
color: #3EFFCF;
}
</style>
background-color css
<style>
a { background-color: #3EFFCF; }
a { background-color: rgb(62,255,207); }
div.DivClassName
{
background-color: #3EFFCF;
}
.BgClassName
{
background-color: #3EFFCF;
}
</style>
border-color css
<style>
span { border-color: #3EFFCF; }
span { border-color: rgb(62,255,207); }
td.TdClassName
{
border-color: #3EFFCF;
}
.TagClassName
{
border-color: #3EFFCF;
}
</style>