Shades of Turquoise #3BEEB9
Tints of Turquoise #3BEEB9
RGB
CMYK
RGB Variations
Color information
#3BEEB9 (or 0x3BEEB9) is known color: Turquoise. HEX triplet: 3B, EE and B9. RGB value is (59,238,185). Sum of RGB (Red+Green+Blue) = 59+238+185=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEEB9 is #C41146. Grayscale: #B2B2B2. Windows color (decimal): -12849479 or 12185147. OLE color: 12185147.
HSL color Cylindrical-coordinate representation of color #3BEEB9: hue angle of 162.23º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEEB9 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 185 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.07 |
| HSL | 162.23º | 0.84% | 0.58% | - |
| HSV(B) | 162.23º | 0.75% | 0.93% | - |
| XYZ | 41.14 | 65.58 | 56.39 | - |
| YUV | 178.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 185 | 0.75 | 0 | 0.22 | 0.07 | 162.23 | 0.84 | 0.58 |
| Hex | 3B | EE | B9 | 4B | 0 | 16 | 7 | A2 | 54 | 3A |
| Octal | 73 | 356 | 271 | 113 | 0 | 26 | 7 | 242 | 124 | 72 |
| Binary | 111011 | 11101110 | 10111001 | 1001011 | 0 | 10110 | 111 | 10100010 | 1010100 | 111010 |
Color Harmonies of #3BEEB9
Complementary color
Monochromatic Colors of #3BEEB9
Black with #3BEEB9
Text Example
Text Example
White with #3BEEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEB9; }
p { color: rgb(59,238,185); }
H1.HeaderClassName
{
color: #3BEEB9;
}
.AnyTagClassName
{
color: #3BEEB9;
}
</style>
background-color css
<style>
a { background-color: #3BEEB9; }
a { background-color: rgb(59,238,185); }
div.DivClassName
{
background-color: #3BEEB9;
}
.BgClassName
{
background-color: #3BEEB9;
}
</style>
border-color css
<style>
span { border-color: #3BEEB9; }
span { border-color: rgb(59,238,185); }
td.TdClassName
{
border-color: #3BEEB9;
}
.TagClassName
{
border-color: #3BEEB9;
}
</style>