Shades of Turquoise #3CFCCB
Tints of Turquoise #3CFCCB
RGB
CMYK
RGB Variations
Color information
#3CFCCB (or 0x3CFCCB) is known color: Turquoise. HEX triplet: 3C, FC and CB. RGB value is (60,252,203). Sum of RGB (Red+Green+Blue) = 60+252+203=515 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.65% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCCB is #C30334. Grayscale: #BDBDBD. Windows color (decimal): -12780341 or 13368380. OLE color: 13368380.
HSL color Cylindrical-coordinate representation of color #3CFCCB: hue angle of 164.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFCCB is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 203 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.01 |
| HSL | 164.69º | 0.97% | 0.61% | - |
| HSV(B) | 164.69º | 0.76% | 0.99% | - |
| XYZ | 47.45 | 74.89 | 68.45 | - |
| YUV | 189.01 | 135.89 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 203 | 0.76 | 0 | 0.19 | 0.01 | 164.69 | 0.97 | 0.61 |
| Hex | 3C | FC | CB | 4C | 0 | 13 | 1 | A5 | 61 | 3D |
| Octal | 74 | 374 | 313 | 114 | 0 | 23 | 1 | 245 | 141 | 75 |
| Binary | 111100 | 11111100 | 11001011 | 1001100 | 0 | 10011 | 1 | 10100101 | 1100001 | 111101 |
Color Harmonies of #3CFCCB
Complementary color
Monochromatic Colors of #3CFCCB
Black with #3CFCCB
Text Example
Text Example
White with #3CFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCCB; }
p { color: rgb(60,252,203); }
H1.HeaderClassName
{
color: #3CFCCB;
}
.AnyTagClassName
{
color: #3CFCCB;
}
</style>
background-color css
<style>
a { background-color: #3CFCCB; }
a { background-color: rgb(60,252,203); }
div.DivClassName
{
background-color: #3CFCCB;
}
.BgClassName
{
background-color: #3CFCCB;
}
</style>
border-color css
<style>
span { border-color: #3CFCCB; }
span { border-color: rgb(60,252,203); }
td.TdClassName
{
border-color: #3CFCCB;
}
.TagClassName
{
border-color: #3CFCCB;
}
</style>