Shades of Turquoise #3CFDCB
Tints of Turquoise #3CFDCB
RGB
CMYK
RGB Variations
Color information
#3CFDCB (or 0x3CFDCB) is known color: Turquoise. HEX triplet: 3C, FD and CB. RGB value is (60,253,203). Sum of RGB (Red+Green+Blue) = 60+253+203=516 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.63% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFDCB is #C30234. Grayscale: #BDBDBD. Windows color (decimal): -12780085 or 13368636. OLE color: 13368636.
HSL color Cylindrical-coordinate representation of color #3CFDCB: hue angle of 164.46º degrees, saturation: 0.98, 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 #3CFDCB is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 203 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.01 |
| HSL | 164.46º | 0.98% | 0.61% | - |
| HSV(B) | 164.46º | 0.76% | 0.99% | - |
| XYZ | 47.77 | 75.52 | 68.56 | - |
| YUV | 189.59 | 135.56 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 203 | 0.76 | 0 | 0.20 | 0.01 | 164.46 | 0.98 | 0.61 |
| Hex | 3C | FD | CB | 4C | 0 | 14 | 1 | A4 | 62 | 3D |
| Octal | 74 | 375 | 313 | 114 | 0 | 24 | 1 | 244 | 142 | 75 |
| Binary | 111100 | 11111101 | 11001011 | 1001100 | 0 | 10100 | 1 | 10100100 | 1100010 | 111101 |
Color Harmonies of #3CFDCB
Complementary color
Monochromatic Colors of #3CFDCB
Black with #3CFDCB
Text Example
Text Example
White with #3CFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFDCB; }
p { color: rgb(60,253,203); }
H1.HeaderClassName
{
color: #3CFDCB;
}
.AnyTagClassName
{
color: #3CFDCB;
}
</style>
background-color css
<style>
a { background-color: #3CFDCB; }
a { background-color: rgb(60,253,203); }
div.DivClassName
{
background-color: #3CFDCB;
}
.BgClassName
{
background-color: #3CFDCB;
}
</style>
border-color css
<style>
span { border-color: #3CFDCB; }
span { border-color: rgb(60,253,203); }
td.TdClassName
{
border-color: #3CFDCB;
}
.TagClassName
{
border-color: #3CFDCB;
}
</style>