Shades of Turquoise #3EF3BD
Tints of Turquoise #3EF3BD
RGB
CMYK
RGB Variations
Color information
#3EF3BD (or 0x3EF3BD) is known color: Turquoise. HEX triplet: 3E, F3 and BD. RGB value is (62,243,189). Sum of RGB (Red+Green+Blue) = 62+243+189=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #3EF3BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF3BD is #C10C42. Grayscale: #B6B6B6. Windows color (decimal): -12651587 or 12448574. OLE color: 12448574.
HSL color Cylindrical-coordinate representation of color #3EF3BD: hue angle of 162.1º degrees, saturation: 0.88, 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 #3EF3BD is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 243 | 189 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.05 |
| HSL | 162.1º | 0.88% | 0.6% | - |
| HSV(B) | 162.1º | 0.74% | 0.95% | - |
| XYZ | 43.22 | 68.8 | 59.15 | - |
| YUV | 182.73 | 131.53 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 243 | 189 | 0.74 | 0 | 0.22 | 0.05 | 162.1 | 0.88 | 0.6 |
| Hex | 3E | F3 | BD | 4A | 0 | 16 | 5 | A2 | 58 | 3C |
| Octal | 76 | 363 | 275 | 112 | 0 | 26 | 5 | 242 | 130 | 74 |
| Binary | 111110 | 11110011 | 10111101 | 1001010 | 0 | 10110 | 101 | 10100010 | 1011000 | 111100 |
Color Harmonies of #3EF3BD
Complementary color
Monochromatic Colors of #3EF3BD
Black with #3EF3BD
Text Example
Text Example
White with #3EF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF3BD; }
p { color: rgb(62,243,189); }
H1.HeaderClassName
{
color: #3EF3BD;
}
.AnyTagClassName
{
color: #3EF3BD;
}
</style>
background-color css
<style>
a { background-color: #3EF3BD; }
a { background-color: rgb(62,243,189); }
div.DivClassName
{
background-color: #3EF3BD;
}
.BgClassName
{
background-color: #3EF3BD;
}
</style>
border-color css
<style>
span { border-color: #3EF3BD; }
span { border-color: rgb(62,243,189); }
td.TdClassName
{
border-color: #3EF3BD;
}
.TagClassName
{
border-color: #3EF3BD;
}
</style>