Shades of Turquoise #3EEBF2
Tints of Turquoise #3EEBF2
RGB
CMYK
RGB Variations
Color information
#3EEBF2 (or 0x3EEBF2) is known color: Turquoise. HEX triplet: 3E, EB and F2. RGB value is (62,235,242). Sum of RGB (Red+Green+Blue) = 62+235+242=539 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.50% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #3EEBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEBF2 is #C1140D. Grayscale: #B7B7B7. Windows color (decimal): -12653582 or 15919934. OLE color: 15919934.
HSL color Cylindrical-coordinate representation of color #3EEBF2: hue angle of 182.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBF2 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 235 | 242 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.05 |
| HSL | 182.33º | 0.87% | 0.6% | - |
| HSV(B) | 182.33º | 0.74% | 0.95% | - |
| XYZ | 47.72 | 66.85 | 94.39 | - |
| YUV | 184.07 | 160.69 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 242 | 0.74 | 0.03 | 0 | 0.05 | 182.33 | 0.87 | 0.6 |
| Hex | 3E | EB | F2 | 4A | 3 | 0 | 5 | B6 | 57 | 3C |
| Octal | 76 | 353 | 362 | 112 | 3 | 0 | 5 | 266 | 127 | 74 |
| Binary | 111110 | 11101011 | 11110010 | 1001010 | 11 | 0 | 101 | 10110110 | 1010111 | 111100 |
Color Harmonies of #3EEBF2
Complementary color
Monochromatic Colors of #3EEBF2
Black with #3EEBF2
Text Example
Text Example
White with #3EEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBF2; }
p { color: rgb(62,235,242); }
H1.HeaderClassName
{
color: #3EEBF2;
}
.AnyTagClassName
{
color: #3EEBF2;
}
</style>
background-color css
<style>
a { background-color: #3EEBF2; }
a { background-color: rgb(62,235,242); }
div.DivClassName
{
background-color: #3EEBF2;
}
.BgClassName
{
background-color: #3EEBF2;
}
</style>
border-color css
<style>
span { border-color: #3EEBF2; }
span { border-color: rgb(62,235,242); }
td.TdClassName
{
border-color: #3EEBF2;
}
.TagClassName
{
border-color: #3EEBF2;
}
</style>