Shades of Turquoise #3CFDB2
Tints of Turquoise #3CFDB2
RGB
CMYK
RGB Variations
Color information
#3CFDB2 (or 0x3CFDB2) is known color: Turquoise. HEX triplet: 3C, FD and B2. RGB value is (60,253,178). Sum of RGB (Red+Green+Blue) = 60+253+178=491 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.22% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFDB2 is #C3024D. Grayscale: #BABABA. Windows color (decimal): -12780110 or 11730236. OLE color: 11730236.
HSL color Cylindrical-coordinate representation of color #3CFDB2: hue angle of 156.68º 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 #3CFDB2 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 178 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.01 |
| HSL | 156.68º | 0.98% | 0.61% | - |
| HSV(B) | 156.68º | 0.76% | 0.99% | - |
| XYZ | 45.02 | 74.43 | 54.11 | - |
| YUV | 186.74 | 123.06 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 178 | 0.76 | 0 | 0.30 | 0.01 | 156.68 | 0.98 | 0.61 |
| Hex | 3C | FD | B2 | 4C | 0 | 1E | 1 | 9D | 62 | 3D |
| Octal | 74 | 375 | 262 | 114 | 0 | 36 | 1 | 235 | 142 | 75 |
| Binary | 111100 | 11111101 | 10110010 | 1001100 | 0 | 11110 | 1 | 10011101 | 1100010 | 111101 |
Color Harmonies of #3CFDB2
Complementary color
Monochromatic Colors of #3CFDB2
Black with #3CFDB2
Text Example
Text Example
White with #3CFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFDB2; }
p { color: rgb(60,253,178); }
H1.HeaderClassName
{
color: #3CFDB2;
}
.AnyTagClassName
{
color: #3CFDB2;
}
</style>
background-color css
<style>
a { background-color: #3CFDB2; }
a { background-color: rgb(60,253,178); }
div.DivClassName
{
background-color: #3CFDB2;
}
.BgClassName
{
background-color: #3CFDB2;
}
</style>
border-color css
<style>
span { border-color: #3CFDB2; }
span { border-color: rgb(60,253,178); }
td.TdClassName
{
border-color: #3CFDB2;
}
.TagClassName
{
border-color: #3CFDB2;
}
</style>