Shades of Turquoise #3CF0B2
Tints of Turquoise #3CF0B2
RGB
CMYK
RGB Variations
Color information
#3CF0B2 (or 0x3CF0B2) is known color: Turquoise. HEX triplet: 3C, F0 and B2. RGB value is (60,240,178). Sum of RGB (Red+Green+Blue) = 60+240+178=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF0B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF0B2 is #C30F4D. Grayscale: #B3B3B3. Windows color (decimal): -12783438 or 11726908. OLE color: 11726908.
HSL color Cylindrical-coordinate representation of color #3CF0B2: hue angle of 159.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF0B2 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 178 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.06 |
| HSL | 159.33º | 0.86% | 0.59% | - |
| HSV(B) | 159.33º | 0.75% | 0.94% | - |
| XYZ | 41.06 | 66.5 | 52.79 | - |
| YUV | 179.11 | 127.37 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 178 | 0.75 | 0 | 0.26 | 0.06 | 159.33 | 0.86 | 0.59 |
| Hex | 3C | F0 | B2 | 4B | 0 | 1A | 6 | 9F | 56 | 3B |
| Octal | 74 | 360 | 262 | 113 | 0 | 32 | 6 | 237 | 126 | 73 |
| Binary | 111100 | 11110000 | 10110010 | 1001011 | 0 | 11010 | 110 | 10011111 | 1010110 | 111011 |
Color Harmonies of #3CF0B2
Complementary color
Monochromatic Colors of #3CF0B2
Black with #3CF0B2
Text Example
Text Example
White with #3CF0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF0B2; }
p { color: rgb(60,240,178); }
H1.HeaderClassName
{
color: #3CF0B2;
}
.AnyTagClassName
{
color: #3CF0B2;
}
</style>
background-color css
<style>
a { background-color: #3CF0B2; }
a { background-color: rgb(60,240,178); }
div.DivClassName
{
background-color: #3CF0B2;
}
.BgClassName
{
background-color: #3CF0B2;
}
</style>
border-color css
<style>
span { border-color: #3CF0B2; }
span { border-color: rgb(60,240,178); }
td.TdClassName
{
border-color: #3CF0B2;
}
.TagClassName
{
border-color: #3CF0B2;
}
</style>