Shades of Turquoise #3BEEB2
Tints of Turquoise #3BEEB2
RGB
CMYK
RGB Variations
Color information
#3BEEB2 (or 0x3BEEB2) is known color: Turquoise. HEX triplet: 3B, EE and B2. RGB value is (59,238,178). Sum of RGB (Red+Green+Blue) = 59+238+178=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEEB2 is #C4114D. Grayscale: #B1B1B1. Windows color (decimal): -12849486 or 11726395. OLE color: 11726395.
HSL color Cylindrical-coordinate representation of color #3BEEB2: hue angle of 159.89º 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 #3BEEB2 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 178 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.07 |
| HSL | 159.89º | 0.84% | 0.58% | - |
| HSV(B) | 159.89º | 0.75% | 0.93% | - |
| XYZ | 40.41 | 65.29 | 52.59 | - |
| YUV | 177.64 | 128.2 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 178 | 0.75 | 0 | 0.25 | 0.07 | 159.89 | 0.84 | 0.58 |
| Hex | 3B | EE | B2 | 4B | 0 | 19 | 7 | A0 | 54 | 3A |
| Octal | 73 | 356 | 262 | 113 | 0 | 31 | 7 | 240 | 124 | 72 |
| Binary | 111011 | 11101110 | 10110010 | 1001011 | 0 | 11001 | 111 | 10100000 | 1010100 | 111010 |
Color Harmonies of #3BEEB2
Complementary color
Monochromatic Colors of #3BEEB2
Black with #3BEEB2
Text Example
Text Example
White with #3BEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEB2; }
p { color: rgb(59,238,178); }
H1.HeaderClassName
{
color: #3BEEB2;
}
.AnyTagClassName
{
color: #3BEEB2;
}
</style>
background-color css
<style>
a { background-color: #3BEEB2; }
a { background-color: rgb(59,238,178); }
div.DivClassName
{
background-color: #3BEEB2;
}
.BgClassName
{
background-color: #3BEEB2;
}
</style>
border-color css
<style>
span { border-color: #3BEEB2; }
span { border-color: rgb(59,238,178); }
td.TdClassName
{
border-color: #3BEEB2;
}
.TagClassName
{
border-color: #3BEEB2;
}
</style>