Shades of Turquoise #3EEEBD
Tints of Turquoise #3EEEBD
RGB
CMYK
RGB Variations
Color information
#3EEEBD (or 0x3EEEBD) is known color: Turquoise. HEX triplet: 3E, EE and BD. RGB value is (62,238,189). Sum of RGB (Red+Green+Blue) = 62+238+189=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #3EEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEEBD is #C11142. Grayscale: #B3B3B3. Windows color (decimal): -12652867 or 12447294. OLE color: 12447294.
HSL color Cylindrical-coordinate representation of color #3EEEBD: hue angle of 163.3º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEEBD is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 238 | 189 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.07 |
| HSL | 163.3º | 0.84% | 0.59% | - |
| HSV(B) | 163.3º | 0.74% | 0.93% | - |
| XYZ | 41.75 | 65.85 | 58.65 | - |
| YUV | 179.79 | 133.19 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 238 | 189 | 0.74 | 0 | 0.21 | 0.07 | 163.3 | 0.84 | 0.59 |
| Hex | 3E | EE | BD | 4A | 0 | 15 | 7 | A3 | 54 | 3B |
| Octal | 76 | 356 | 275 | 112 | 0 | 25 | 7 | 243 | 124 | 73 |
| Binary | 111110 | 11101110 | 10111101 | 1001010 | 0 | 10101 | 111 | 10100011 | 1010100 | 111011 |
Color Harmonies of #3EEEBD
Complementary color
Monochromatic Colors of #3EEEBD
Black with #3EEEBD
Text Example
Text Example
White with #3EEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEEBD; }
p { color: rgb(62,238,189); }
H1.HeaderClassName
{
color: #3EEEBD;
}
.AnyTagClassName
{
color: #3EEEBD;
}
</style>
background-color css
<style>
a { background-color: #3EEEBD; }
a { background-color: rgb(62,238,189); }
div.DivClassName
{
background-color: #3EEEBD;
}
.BgClassName
{
background-color: #3EEEBD;
}
</style>
border-color css
<style>
span { border-color: #3EEEBD; }
span { border-color: rgb(62,238,189); }
td.TdClassName
{
border-color: #3EEEBD;
}
.TagClassName
{
border-color: #3EEEBD;
}
</style>