Shades of Turquoise #3BEECB
Tints of Turquoise #3BEECB
RGB
CMYK
RGB Variations
Color information
#3BEECB (or 0x3BEECB) is known color: Turquoise. HEX triplet: 3B, EE and CB. RGB value is (59,238,203). Sum of RGB (Red+Green+Blue) = 59+238+203=500 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.8% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEECB is #C41134. Grayscale: #B4B4B4. Windows color (decimal): -12849461 or 13364795. OLE color: 13364795.
HSL color Cylindrical-coordinate representation of color #3BEECB: hue angle of 168.27º 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 #3BEECB is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 203 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.07 |
| HSL | 168.27º | 0.84% | 0.58% | - |
| HSV(B) | 168.27º | 0.75% | 0.93% | - |
| XYZ | 43.16 | 66.39 | 67.04 | - |
| YUV | 180.49 | 140.7 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 203 | 0.75 | 0 | 0.15 | 0.07 | 168.27 | 0.84 | 0.58 |
| Hex | 3B | EE | CB | 4B | 0 | F | 7 | A8 | 54 | 3A |
| Octal | 73 | 356 | 313 | 113 | 0 | 17 | 7 | 250 | 124 | 72 |
| Binary | 111011 | 11101110 | 11001011 | 1001011 | 0 | 1111 | 111 | 10101000 | 1010100 | 111010 |
Color Harmonies of #3BEECB
Complementary color
Monochromatic Colors of #3BEECB
Black with #3BEECB
Text Example
Text Example
White with #3BEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEECB; }
p { color: rgb(59,238,203); }
H1.HeaderClassName
{
color: #3BEECB;
}
.AnyTagClassName
{
color: #3BEECB;
}
</style>
background-color css
<style>
a { background-color: #3BEECB; }
a { background-color: rgb(59,238,203); }
div.DivClassName
{
background-color: #3BEECB;
}
.BgClassName
{
background-color: #3BEECB;
}
</style>
border-color css
<style>
span { border-color: #3BEECB; }
span { border-color: rgb(59,238,203); }
td.TdClassName
{
border-color: #3BEECB;
}
.TagClassName
{
border-color: #3BEECB;
}
</style>