Shades of Turquoise #3BFECD
Tints of Turquoise #3BFECD
RGB
CMYK
RGB Variations
Color information
#3BFECD (or 0x3BFECD) is known color: Turquoise. HEX triplet: 3B, FE and CD. RGB value is (59,254,205). Sum of RGB (Red+Green+Blue) = 59+254+205=518 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.39% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFECD is #C40132. Grayscale: #BEBEBE. Windows color (decimal): -12845363 or 13499963. OLE color: 13499963.
HSL color Cylindrical-coordinate representation of color #3BFECD: hue angle of 164.92º 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 #3BFECD is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 205 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.00 |
| HSL | 164.92º | 0.99% | 0.61% | - |
| HSV(B) | 164.92º | 0.77% | 1% | - |
| XYZ | 48.26 | 76.22 | 69.93 | - |
| YUV | 190.11 | 136.4 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 205 | 0.77 | 0 | 0.19 | 0.00 | 164.92 | 0.99 | 0.61 |
| Hex | 3B | FE | CD | 4D | 0 | 13 | 0 | A5 | 63 | 3D |
| Octal | 73 | 376 | 315 | 115 | 0 | 23 | 0 | 245 | 143 | 75 |
| Binary | 111011 | 11111110 | 11001101 | 1001101 | 0 | 10011 | 0 | 10100101 | 1100011 | 111101 |
Color Harmonies of #3BFECD
Complementary color
Monochromatic Colors of #3BFECD
Black with #3BFECD
Text Example
Text Example
White with #3BFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFECD; }
p { color: rgb(59,254,205); }
H1.HeaderClassName
{
color: #3BFECD;
}
.AnyTagClassName
{
color: #3BFECD;
}
</style>
background-color css
<style>
a { background-color: #3BFECD; }
a { background-color: rgb(59,254,205); }
div.DivClassName
{
background-color: #3BFECD;
}
.BgClassName
{
background-color: #3BFECD;
}
</style>
border-color css
<style>
span { border-color: #3BFECD; }
span { border-color: rgb(59,254,205); }
td.TdClassName
{
border-color: #3BFECD;
}
.TagClassName
{
border-color: #3BFECD;
}
</style>