Shades of Turquoise #3BFEC9
Tints of Turquoise #3BFEC9
RGB
CMYK
RGB Variations
Color information
#3BFEC9 (or 0x3BFEC9) is known color: Turquoise. HEX triplet: 3B, FE and C9. RGB value is (59,254,201). Sum of RGB (Red+Green+Blue) = 59+254+201=514 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.48% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFEC9 is #C40136. Grayscale: #BDBDBD. Windows color (decimal): -12845367 or 13237819. OLE color: 13237819.
HSL color Cylindrical-coordinate representation of color #3BFEC9: hue angle of 163.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFEC9 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 201 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.00 |
| HSL | 163.69º | 0.99% | 0.61% | - |
| HSV(B) | 163.69º | 0.77% | 1% | - |
| XYZ | 47.79 | 76.03 | 67.42 | - |
| YUV | 189.65 | 134.4 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 201 | 0.77 | 0 | 0.21 | 0.00 | 163.69 | 0.99 | 0.61 |
| Hex | 3B | FE | C9 | 4D | 0 | 15 | 0 | A4 | 63 | 3D |
| Octal | 73 | 376 | 311 | 115 | 0 | 25 | 0 | 244 | 143 | 75 |
| Binary | 111011 | 11111110 | 11001001 | 1001101 | 0 | 10101 | 0 | 10100100 | 1100011 | 111101 |
Color Harmonies of #3BFEC9
Complementary color
Monochromatic Colors of #3BFEC9
Black with #3BFEC9
Text Example
Text Example
White with #3BFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEC9; }
p { color: rgb(59,254,201); }
H1.HeaderClassName
{
color: #3BFEC9;
}
.AnyTagClassName
{
color: #3BFEC9;
}
</style>
background-color css
<style>
a { background-color: #3BFEC9; }
a { background-color: rgb(59,254,201); }
div.DivClassName
{
background-color: #3BFEC9;
}
.BgClassName
{
background-color: #3BFEC9;
}
</style>
border-color css
<style>
span { border-color: #3BFEC9; }
span { border-color: rgb(59,254,201); }
td.TdClassName
{
border-color: #3BFEC9;
}
.TagClassName
{
border-color: #3BFEC9;
}
</style>