Shades of Turquoise #3BFECF
Tints of Turquoise #3BFECF
RGB
CMYK
RGB Variations
Color information
#3BFECF (or 0x3BFECF) is known color: Turquoise. HEX triplet: 3B, FE and CF. RGB value is (59,254,207). Sum of RGB (Red+Green+Blue) = 59+254+207=520 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.35% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFECF is #C40130. Grayscale: #BEBEBE. Windows color (decimal): -12845361 or 13631035. OLE color: 13631035.
HSL color Cylindrical-coordinate representation of color #3BFECF: hue angle of 165.54º 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 #3BFECF is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 207 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.00 |
| HSL | 165.54º | 0.99% | 0.61% | - |
| HSV(B) | 165.54º | 0.77% | 1% | - |
| XYZ | 48.51 | 76.32 | 71.21 | - |
| YUV | 190.34 | 137.4 | 34.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 207 | 0.77 | 0 | 0.19 | 0.00 | 165.54 | 0.99 | 0.61 |
| Hex | 3B | FE | CF | 4D | 0 | 13 | 0 | A6 | 63 | 3D |
| Octal | 73 | 376 | 317 | 115 | 0 | 23 | 0 | 246 | 143 | 75 |
| Binary | 111011 | 11111110 | 11001111 | 1001101 | 0 | 10011 | 0 | 10100110 | 1100011 | 111101 |
Color Harmonies of #3BFECF
Complementary color
Monochromatic Colors of #3BFECF
Black with #3BFECF
Text Example
Text Example
White with #3BFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFECF; }
p { color: rgb(59,254,207); }
H1.HeaderClassName
{
color: #3BFECF;
}
.AnyTagClassName
{
color: #3BFECF;
}
</style>
background-color css
<style>
a { background-color: #3BFECF; }
a { background-color: rgb(59,254,207); }
div.DivClassName
{
background-color: #3BFECF;
}
.BgClassName
{
background-color: #3BFECF;
}
</style>
border-color css
<style>
span { border-color: #3BFECF; }
span { border-color: rgb(59,254,207); }
td.TdClassName
{
border-color: #3BFECF;
}
.TagClassName
{
border-color: #3BFECF;
}
</style>