Shades of Turquoise #3BFEDA
Tints of Turquoise #3BFEDA
RGB
CMYK
RGB Variations
Color information
#3BFEDA (or 0x3BFEDA) is known color: Turquoise. HEX triplet: 3B, FE and DA. RGB value is (59,254,218). Sum of RGB (Red+Green+Blue) = 59+254+218=531 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.11% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFEDA is #C40125. Grayscale: #BFBFBF. Windows color (decimal): -12845350 or 14351931. OLE color: 14351931.
HSL color Cylindrical-coordinate representation of color #3BFEDA: hue angle of 168.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 #3BFEDA is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 218 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.00 |
| HSL | 168.92º | 0.99% | 0.61% | - |
| HSV(B) | 168.92º | 0.77% | 1% | - |
| XYZ | 49.9 | 76.88 | 78.54 | - |
| YUV | 191.59 | 142.9 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 218 | 0.77 | 0 | 0.14 | 0.00 | 168.92 | 0.99 | 0.61 |
| Hex | 3B | FE | DA | 4D | 0 | E | 0 | A9 | 63 | 3D |
| Octal | 73 | 376 | 332 | 115 | 0 | 16 | 0 | 251 | 143 | 75 |
| Binary | 111011 | 11111110 | 11011010 | 1001101 | 0 | 1110 | 0 | 10101001 | 1100011 | 111101 |
Color Harmonies of #3BFEDA
Complementary color
Monochromatic Colors of #3BFEDA
Black with #3BFEDA
Text Example
Text Example
White with #3BFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEDA; }
p { color: rgb(59,254,218); }
H1.HeaderClassName
{
color: #3BFEDA;
}
.AnyTagClassName
{
color: #3BFEDA;
}
</style>
background-color css
<style>
a { background-color: #3BFEDA; }
a { background-color: rgb(59,254,218); }
div.DivClassName
{
background-color: #3BFEDA;
}
.BgClassName
{
background-color: #3BFEDA;
}
</style>
border-color css
<style>
span { border-color: #3BFEDA; }
span { border-color: rgb(59,254,218); }
td.TdClassName
{
border-color: #3BFEDA;
}
.TagClassName
{
border-color: #3BFEDA;
}
</style>