Shades of Turquoise #3BFEDB
Tints of Turquoise #3BFEDB
RGB
CMYK
RGB Variations
Color information
#3BFEDB (or 0x3BFEDB) is known color: Turquoise. HEX triplet: 3B, FE and DB. RGB value is (59,254,219). Sum of RGB (Red+Green+Blue) = 59+254+219=532 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.09% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFEDB is #C40124. Grayscale: #BFBFBF. Windows color (decimal): -12845349 or 14417467. OLE color: 14417467.
HSL color Cylindrical-coordinate representation of color #3BFEDB: hue angle of 169.23º 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 #3BFEDB is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 219 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.00 |
| HSL | 169.23º | 0.99% | 0.61% | - |
| HSV(B) | 169.23º | 0.77% | 1% | - |
| XYZ | 50.03 | 76.93 | 79.23 | - |
| YUV | 191.71 | 143.4 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 219 | 0.77 | 0 | 0.14 | 0.00 | 169.23 | 0.99 | 0.61 |
| Hex | 3B | FE | DB | 4D | 0 | E | 0 | A9 | 63 | 3D |
| Octal | 73 | 376 | 333 | 115 | 0 | 16 | 0 | 251 | 143 | 75 |
| Binary | 111011 | 11111110 | 11011011 | 1001101 | 0 | 1110 | 0 | 10101001 | 1100011 | 111101 |
Color Harmonies of #3BFEDB
Complementary color
Monochromatic Colors of #3BFEDB
Black with #3BFEDB
Text Example
Text Example
White with #3BFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEDB; }
p { color: rgb(59,254,219); }
H1.HeaderClassName
{
color: #3BFEDB;
}
.AnyTagClassName
{
color: #3BFEDB;
}
</style>
background-color css
<style>
a { background-color: #3BFEDB; }
a { background-color: rgb(59,254,219); }
div.DivClassName
{
background-color: #3BFEDB;
}
.BgClassName
{
background-color: #3BFEDB;
}
</style>
border-color css
<style>
span { border-color: #3BFEDB; }
span { border-color: rgb(59,254,219); }
td.TdClassName
{
border-color: #3BFEDB;
}
.TagClassName
{
border-color: #3BFEDB;
}
</style>