Shades of Turquoise #3CFECB
Tints of Turquoise #3CFECB
RGB
CMYK
RGB Variations
Color information
#3CFECB (or 0x3CFECB) is known color: Turquoise. HEX triplet: 3C, FE and CB. RGB value is (60,254,203). Sum of RGB (Red+Green+Blue) = 60+254+203=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFECB is #C30134. Grayscale: #BEBEBE. Windows color (decimal): -12779829 or 13368892. OLE color: 13368892.
HSL color Cylindrical-coordinate representation of color #3CFECB: hue angle of 164.23º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFECB is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 203 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.00 |
| HSL | 164.23º | 0.99% | 0.62% | - |
| HSV(B) | 164.23º | 0.76% | 1% | - |
| XYZ | 48.08 | 76.16 | 68.67 | - |
| YUV | 190.18 | 135.23 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 203 | 0.76 | 0 | 0.20 | 0.00 | 164.23 | 0.99 | 0.62 |
| Hex | 3C | FE | CB | 4C | 0 | 14 | 0 | A4 | 63 | 3E |
| Octal | 74 | 376 | 313 | 114 | 0 | 24 | 0 | 244 | 143 | 76 |
| Binary | 111100 | 11111110 | 11001011 | 1001100 | 0 | 10100 | 0 | 10100100 | 1100011 | 111110 |
Color Harmonies of #3CFECB
Complementary color
Monochromatic Colors of #3CFECB
Black with #3CFECB
Text Example
Text Example
White with #3CFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFECB; }
p { color: rgb(60,254,203); }
H1.HeaderClassName
{
color: #3CFECB;
}
.AnyTagClassName
{
color: #3CFECB;
}
</style>
background-color css
<style>
a { background-color: #3CFECB; }
a { background-color: rgb(60,254,203); }
div.DivClassName
{
background-color: #3CFECB;
}
.BgClassName
{
background-color: #3CFECB;
}
</style>
border-color css
<style>
span { border-color: #3CFECB; }
span { border-color: rgb(60,254,203); }
td.TdClassName
{
border-color: #3CFECB;
}
.TagClassName
{
border-color: #3CFECB;
}
</style>