Shades of Turquoise #3BFFC3
Tints of Turquoise #3BFFC3
RGB
CMYK
RGB Variations
Color information
#3BFFC3 (or 0x3BFFC3) is known color: Turquoise. HEX triplet: 3B, FF and C3. RGB value is (59,255,195). Sum of RGB (Red+Green+Blue) = 59+255+195=509 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.59% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFC3 is #C4003C. Grayscale: #BDBDBD. Windows color (decimal): -12845117 or 12844859. OLE color: 12844859.
HSL color Cylindrical-coordinate representation of color #3BFFC3: hue angle of 161.63º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFFC3 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 195 | - |
| CMYK | 0.77 | 0 | 0.24 | 0 |
| HSL | 161.63º | 1% | 0.62% | - |
| HSV(B) | 161.63º | 0.77% | 1% | - |
| XYZ | 47.41 | 76.39 | 63.88 | - |
| YUV | 189.56 | 131.07 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 195 | 0.77 | 0 | 0.24 | 0 | 161.63 | 1 | 0.62 |
| Hex | 3B | FF | C3 | 4D | 0 | 18 | 0 | A2 | 64 | 3E |
| Octal | 73 | 377 | 303 | 115 | 0 | 30 | 0 | 242 | 144 | 76 |
| Binary | 111011 | 11111111 | 11000011 | 1001101 | 0 | 11000 | 0 | 10100010 | 1100100 | 111110 |
Color Harmonies of #3BFFC3
Complementary color
Monochromatic Colors of #3BFFC3
Black with #3BFFC3
Text Example
Text Example
White with #3BFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFC3; }
p { color: rgb(59,255,195); }
H1.HeaderClassName
{
color: #3BFFC3;
}
.AnyTagClassName
{
color: #3BFFC3;
}
</style>
background-color css
<style>
a { background-color: #3BFFC3; }
a { background-color: rgb(59,255,195); }
div.DivClassName
{
background-color: #3BFFC3;
}
.BgClassName
{
background-color: #3BFFC3;
}
</style>
border-color css
<style>
span { border-color: #3BFFC3; }
span { border-color: rgb(59,255,195); }
td.TdClassName
{
border-color: #3BFFC3;
}
.TagClassName
{
border-color: #3BFFC3;
}
</style>