Shades of Turquoise #3CFFB5
Tints of Turquoise #3CFFB5
RGB
CMYK
RGB Variations
Color information
#3CFFB5 (or 0x3CFFB5) is known color: Turquoise. HEX triplet: 3C, FF and B5. RGB value is (60,255,181). Sum of RGB (Red+Green+Blue) = 60+255+181=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFB5 is #C3004A. Grayscale: #BCBCBC. Windows color (decimal): -12779595 or 11927356. OLE color: 11927356.
HSL color Cylindrical-coordinate representation of color #3CFFB5: hue angle of 157.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFB5 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 181 | - |
| CMYK | 0.76 | 0 | 0.29 | 0 |
| HSL | 157.23º | 1% | 0.62% | - |
| HSV(B) | 157.23º | 0.76% | 1% | - |
| XYZ | 45.96 | 75.82 | 55.93 | - |
| YUV | 188.26 | 123.9 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 181 | 0.76 | 0 | 0.29 | 0 | 157.23 | 1 | 0.62 |
| Hex | 3C | FF | B5 | 4C | 0 | 1D | 0 | 9D | 64 | 3E |
| Octal | 74 | 377 | 265 | 114 | 0 | 35 | 0 | 235 | 144 | 76 |
| Binary | 111100 | 11111111 | 10110101 | 1001100 | 0 | 11101 | 0 | 10011101 | 1100100 | 111110 |
Color Harmonies of #3CFFB5
Complementary color
Monochromatic Colors of #3CFFB5
Black with #3CFFB5
Text Example
Text Example
White with #3CFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFB5; }
p { color: rgb(60,255,181); }
H1.HeaderClassName
{
color: #3CFFB5;
}
.AnyTagClassName
{
color: #3CFFB5;
}
</style>
background-color css
<style>
a { background-color: #3CFFB5; }
a { background-color: rgb(60,255,181); }
div.DivClassName
{
background-color: #3CFFB5;
}
.BgClassName
{
background-color: #3CFFB5;
}
</style>
border-color css
<style>
span { border-color: #3CFFB5; }
span { border-color: rgb(60,255,181); }
td.TdClassName
{
border-color: #3CFFB5;
}
.TagClassName
{
border-color: #3CFFB5;
}
</style>