Shades of Turquoise #3EF1DF
Tints of Turquoise #3EF1DF
RGB
CMYK
RGB Variations
Color information
#3EF1DF (or 0x3EF1DF) is known color: Turquoise. HEX triplet: 3E, F1 and DF. RGB value is (62,241,223). Sum of RGB (Red+Green+Blue) = 62+241+223=526 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.79% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1DF is #C10E20. Grayscale: #B9B9B9. Windows color (decimal): -12652065 or 14676286. OLE color: 14676286.
HSL color Cylindrical-coordinate representation of color #3EF1DF: hue angle of 173.97º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF1DF is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 223 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.05 |
| HSL | 173.97º | 0.86% | 0.59% | - |
| HSV(B) | 173.97º | 0.74% | 0.95% | - |
| XYZ | 46.76 | 69.26 | 80.72 | - |
| YUV | 185.43 | 149.2 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 223 | 0.74 | 0 | 0.07 | 0.05 | 173.97 | 0.86 | 0.59 |
| Hex | 3E | F1 | DF | 4A | 0 | 7 | 5 | AE | 56 | 3B |
| Octal | 76 | 361 | 337 | 112 | 0 | 7 | 5 | 256 | 126 | 73 |
| Binary | 111110 | 11110001 | 11011111 | 1001010 | 0 | 111 | 101 | 10101110 | 1010110 | 111011 |
Color Harmonies of #3EF1DF
Complementary color
Monochromatic Colors of #3EF1DF
Black with #3EF1DF
Text Example
Text Example
White with #3EF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF1DF; }
p { color: rgb(62,241,223); }
H1.HeaderClassName
{
color: #3EF1DF;
}
.AnyTagClassName
{
color: #3EF1DF;
}
</style>
background-color css
<style>
a { background-color: #3EF1DF; }
a { background-color: rgb(62,241,223); }
div.DivClassName
{
background-color: #3EF1DF;
}
.BgClassName
{
background-color: #3EF1DF;
}
</style>
border-color css
<style>
span { border-color: #3EF1DF; }
span { border-color: rgb(62,241,223); }
td.TdClassName
{
border-color: #3EF1DF;
}
.TagClassName
{
border-color: #3EF1DF;
}
</style>