Shades of Turquoise #3CFFCB
Tints of Turquoise #3CFFCB
RGB
CMYK
RGB Variations
Color information
#3CFFCB (or 0x3CFFCB) is known color: Turquoise. HEX triplet: 3C, FF and CB. RGB value is (60,255,203). Sum of RGB (Red+Green+Blue) = 60+255+203=518 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.58% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFCB is #C30034. Grayscale: #BEBEBE. Windows color (decimal): -12779573 or 13369148. OLE color: 13369148.
HSL color Cylindrical-coordinate representation of color #3CFFCB: hue angle of 164º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFCB is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 203 | - |
| CMYK | 0.76 | 0 | 0.20 | 0 |
| HSL | 164º | 1% | 0.62% | - |
| HSV(B) | 164º | 0.76% | 1% | - |
| XYZ | 48.4 | 76.79 | 68.77 | - |
| YUV | 190.77 | 134.9 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 203 | 0.76 | 0 | 0.20 | 0 | 164 | 1 | 0.62 |
| Hex | 3C | FF | CB | 4C | 0 | 14 | 0 | A4 | 64 | 3E |
| Octal | 74 | 377 | 313 | 114 | 0 | 24 | 0 | 244 | 144 | 76 |
| Binary | 111100 | 11111111 | 11001011 | 1001100 | 0 | 10100 | 0 | 10100100 | 1100100 | 111110 |
Color Harmonies of #3CFFCB
Complementary color
Monochromatic Colors of #3CFFCB
Black with #3CFFCB
Text Example
Text Example
White with #3CFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFCB; }
p { color: rgb(60,255,203); }
H1.HeaderClassName
{
color: #3CFFCB;
}
.AnyTagClassName
{
color: #3CFFCB;
}
</style>
background-color css
<style>
a { background-color: #3CFFCB; }
a { background-color: rgb(60,255,203); }
div.DivClassName
{
background-color: #3CFFCB;
}
.BgClassName
{
background-color: #3CFFCB;
}
</style>
border-color css
<style>
span { border-color: #3CFFCB; }
span { border-color: rgb(60,255,203); }
td.TdClassName
{
border-color: #3CFFCB;
}
.TagClassName
{
border-color: #3CFFCB;
}
</style>