Shades of Turquoise #3BFECB
Tints of Turquoise #3BFECB
RGB
CMYK
RGB Variations
Color information
#3BFECB (or 0x3BFECB) is known color: Turquoise. HEX triplet: 3B, FE and CB. RGB value is (59,254,203). Sum of RGB (Red+Green+Blue) = 59+254+203=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFECB is #C40134. Grayscale: #BDBDBD. Windows color (decimal): -12845365 or 13368891. OLE color: 13368891.
HSL color Cylindrical-coordinate representation of color #3BFECB: hue angle of 164.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFECB is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 203 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.00 |
| HSL | 164.31º | 0.99% | 0.61% | - |
| HSV(B) | 164.31º | 0.77% | 1% | - |
| XYZ | 48.02 | 76.13 | 68.66 | - |
| YUV | 189.88 | 135.4 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 203 | 0.77 | 0 | 0.20 | 0.00 | 164.31 | 0.99 | 0.61 |
| Hex | 3B | FE | CB | 4D | 0 | 14 | 0 | A4 | 63 | 3D |
| Octal | 73 | 376 | 313 | 115 | 0 | 24 | 0 | 244 | 143 | 75 |
| Binary | 111011 | 11111110 | 11001011 | 1001101 | 0 | 10100 | 0 | 10100100 | 1100011 | 111101 |
Color Harmonies of #3BFECB
Complementary color
Monochromatic Colors of #3BFECB
Black with #3BFECB
Text Example
Text Example
White with #3BFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFECB; }
p { color: rgb(59,254,203); }
H1.HeaderClassName
{
color: #3BFECB;
}
.AnyTagClassName
{
color: #3BFECB;
}
</style>
background-color css
<style>
a { background-color: #3BFECB; }
a { background-color: rgb(59,254,203); }
div.DivClassName
{
background-color: #3BFECB;
}
.BgClassName
{
background-color: #3BFECB;
}
</style>
border-color css
<style>
span { border-color: #3BFECB; }
span { border-color: rgb(59,254,203); }
td.TdClassName
{
border-color: #3BFECB;
}
.TagClassName
{
border-color: #3BFECB;
}
</style>