Shades of Turquoise #3CFCB4
Tints of Turquoise #3CFCB4
RGB
CMYK
RGB Variations
Color information
#3CFCB4 (or 0x3CFCB4) is known color: Turquoise. HEX triplet: 3C, FC and B4. RGB value is (60,252,180). Sum of RGB (Red+Green+Blue) = 60+252+180=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCB4 is #C3034B. Grayscale: #BABABA. Windows color (decimal): -12780364 or 11861052. OLE color: 11861052.
HSL color Cylindrical-coordinate representation of color #3CFCB4: hue angle of 157.5º 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 #3CFCB4 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 180 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.01 |
| HSL | 157.5º | 0.97% | 0.61% | - |
| HSV(B) | 157.5º | 0.76% | 0.99% | - |
| XYZ | 44.91 | 73.88 | 55.07 | - |
| YUV | 186.38 | 124.39 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 180 | 0.76 | 0 | 0.29 | 0.01 | 157.5 | 0.97 | 0.61 |
| Hex | 3C | FC | B4 | 4C | 0 | 1D | 1 | 9E | 61 | 3D |
| Octal | 74 | 374 | 264 | 114 | 0 | 35 | 1 | 236 | 141 | 75 |
| Binary | 111100 | 11111100 | 10110100 | 1001100 | 0 | 11101 | 1 | 10011110 | 1100001 | 111101 |
Color Harmonies of #3CFCB4
Complementary color
Monochromatic Colors of #3CFCB4
Black with #3CFCB4
Text Example
Text Example
White with #3CFCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCB4; }
p { color: rgb(60,252,180); }
H1.HeaderClassName
{
color: #3CFCB4;
}
.AnyTagClassName
{
color: #3CFCB4;
}
</style>
background-color css
<style>
a { background-color: #3CFCB4; }
a { background-color: rgb(60,252,180); }
div.DivClassName
{
background-color: #3CFCB4;
}
.BgClassName
{
background-color: #3CFCB4;
}
</style>
border-color css
<style>
span { border-color: #3CFCB4; }
span { border-color: rgb(60,252,180); }
td.TdClassName
{
border-color: #3CFCB4;
}
.TagClassName
{
border-color: #3CFCB4;
}
</style>