Shades of Turquoise #3BFECC
Tints of Turquoise #3BFECC
RGB
CMYK
RGB Variations
Color information
#3BFECC (or 0x3BFECC) is known color: Turquoise. HEX triplet: 3B, FE and CC. RGB value is (59,254,204). Sum of RGB (Red+Green+Blue) = 59+254+204=517 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.41% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFECC is #C40133. Grayscale: #BDBDBD. Windows color (decimal): -12845364 or 13434427. OLE color: 13434427.
HSL color Cylindrical-coordinate representation of color #3BFECC: hue angle of 164.62º 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 #3BFECC is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 204 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.00 |
| HSL | 164.62º | 0.99% | 0.61% | - |
| HSV(B) | 164.62º | 0.77% | 1% | - |
| XYZ | 48.14 | 76.17 | 69.29 | - |
| YUV | 190 | 135.9 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 204 | 0.77 | 0 | 0.20 | 0.00 | 164.62 | 0.99 | 0.61 |
| Hex | 3B | FE | CC | 4D | 0 | 14 | 0 | A5 | 63 | 3D |
| Octal | 73 | 376 | 314 | 115 | 0 | 24 | 0 | 245 | 143 | 75 |
| Binary | 111011 | 11111110 | 11001100 | 1001101 | 0 | 10100 | 0 | 10100101 | 1100011 | 111101 |
Color Harmonies of #3BFECC
Complementary color
Monochromatic Colors of #3BFECC
Black with #3BFECC
Text Example
Text Example
White with #3BFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFECC; }
p { color: rgb(59,254,204); }
H1.HeaderClassName
{
color: #3BFECC;
}
.AnyTagClassName
{
color: #3BFECC;
}
</style>
background-color css
<style>
a { background-color: #3BFECC; }
a { background-color: rgb(59,254,204); }
div.DivClassName
{
background-color: #3BFECC;
}
.BgClassName
{
background-color: #3BFECC;
}
</style>
border-color css
<style>
span { border-color: #3BFECC; }
span { border-color: rgb(59,254,204); }
td.TdClassName
{
border-color: #3BFECC;
}
.TagClassName
{
border-color: #3BFECC;
}
</style>