Shades of Turquoise #3BEEBC
Tints of Turquoise #3BEEBC
RGB
CMYK
RGB Variations
Color information
#3BEEBC (or 0x3BEEBC) is known color: Turquoise. HEX triplet: 3B, EE and BC. RGB value is (59,238,188). Sum of RGB (Red+Green+Blue) = 59+238+188=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEEBC is #C41143. Grayscale: #B2B2B2. Windows color (decimal): -12849476 or 12381755. OLE color: 12381755.
HSL color Cylindrical-coordinate representation of color #3BEEBC: hue angle of 163.24º 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 #3BEEBC is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 188 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.07 |
| HSL | 163.24º | 0.84% | 0.58% | - |
| HSV(B) | 163.24º | 0.75% | 0.93% | - |
| XYZ | 41.46 | 65.71 | 58.08 | - |
| YUV | 178.78 | 133.2 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 188 | 0.75 | 0 | 0.21 | 0.07 | 163.24 | 0.84 | 0.58 |
| Hex | 3B | EE | BC | 4B | 0 | 15 | 7 | A3 | 54 | 3A |
| Octal | 73 | 356 | 274 | 113 | 0 | 25 | 7 | 243 | 124 | 72 |
| Binary | 111011 | 11101110 | 10111100 | 1001011 | 0 | 10101 | 111 | 10100011 | 1010100 | 111010 |
Color Harmonies of #3BEEBC
Complementary color
Monochromatic Colors of #3BEEBC
Black with #3BEEBC
Text Example
Text Example
White with #3BEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEBC; }
p { color: rgb(59,238,188); }
H1.HeaderClassName
{
color: #3BEEBC;
}
.AnyTagClassName
{
color: #3BEEBC;
}
</style>
background-color css
<style>
a { background-color: #3BEEBC; }
a { background-color: rgb(59,238,188); }
div.DivClassName
{
background-color: #3BEEBC;
}
.BgClassName
{
background-color: #3BEEBC;
}
</style>
border-color css
<style>
span { border-color: #3BEEBC; }
span { border-color: rgb(59,238,188); }
td.TdClassName
{
border-color: #3BEEBC;
}
.TagClassName
{
border-color: #3BEEBC;
}
</style>