Shades of Turquoise #3EFBF2
Tints of Turquoise #3EFBF2
RGB
CMYK
RGB Variations
Color information
#3EFBF2 (or 0x3EFBF2) is known color: Turquoise. HEX triplet: 3E, FB and F2. RGB value is (62,251,242). Sum of RGB (Red+Green+Blue) = 62+251+242=555 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.17% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFBF2 is #C1040D. Grayscale: #C1C1C1. Windows color (decimal): -12649486 or 15924030. OLE color: 15924030.
HSL color Cylindrical-coordinate representation of color #3EFBF2: hue angle of 177.14º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFBF2 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 251 | 242 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.02 |
| HSL | 177.14º | 0.96% | 0.61% | - |
| HSV(B) | 177.14º | 0.75% | 0.98% | - |
| XYZ | 52.51 | 76.43 | 95.99 | - |
| YUV | 193.46 | 155.38 | 34.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 251 | 242 | 0.75 | 0 | 0.04 | 0.02 | 177.14 | 0.96 | 0.61 |
| Hex | 3E | FB | F2 | 4B | 0 | 4 | 2 | B1 | 60 | 3D |
| Octal | 76 | 373 | 362 | 113 | 0 | 4 | 2 | 261 | 140 | 75 |
| Binary | 111110 | 11111011 | 11110010 | 1001011 | 0 | 100 | 10 | 10110001 | 1100000 | 111101 |
Color Harmonies of #3EFBF2
Complementary color
Monochromatic Colors of #3EFBF2
Black with #3EFBF2
Text Example
Text Example
White with #3EFBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFBF2; }
p { color: rgb(62,251,242); }
H1.HeaderClassName
{
color: #3EFBF2;
}
.AnyTagClassName
{
color: #3EFBF2;
}
</style>
background-color css
<style>
a { background-color: #3EFBF2; }
a { background-color: rgb(62,251,242); }
div.DivClassName
{
background-color: #3EFBF2;
}
.BgClassName
{
background-color: #3EFBF2;
}
</style>
border-color css
<style>
span { border-color: #3EFBF2; }
span { border-color: rgb(62,251,242); }
td.TdClassName
{
border-color: #3EFBF2;
}
.TagClassName
{
border-color: #3EFBF2;
}
</style>