Shades of Turquoise #3BFEEA
Tints of Turquoise #3BFEEA
RGB
CMYK
RGB Variations
Color information
#3BFEEA (or 0x3BFEEA) is known color: Turquoise. HEX triplet: 3B, FE and EA. RGB value is (59,254,234). Sum of RGB (Red+Green+Blue) = 59+254+234=547 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.79% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEEA is #C40115. Grayscale: #C1C1C1. Windows color (decimal): -12845334 or 15400507. OLE color: 15400507.
HSL color Cylindrical-coordinate representation of color #3BFEEA: hue angle of 173.85º 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 #3BFEEA is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 234 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.00 |
| HSL | 173.85º | 0.99% | 0.61% | - |
| HSV(B) | 173.85º | 0.77% | 1% | - |
| XYZ | 52.1 | 77.75 | 90.1 | - |
| YUV | 193.42 | 150.9 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 234 | 0.77 | 0 | 0.08 | 0.00 | 173.85 | 0.99 | 0.61 |
| Hex | 3B | FE | EA | 4D | 0 | 8 | 0 | AE | 63 | 3D |
| Octal | 73 | 376 | 352 | 115 | 0 | 10 | 0 | 256 | 143 | 75 |
| Binary | 111011 | 11111110 | 11101010 | 1001101 | 0 | 1000 | 0 | 10101110 | 1100011 | 111101 |
Color Harmonies of #3BFEEA
Complementary color
Monochromatic Colors of #3BFEEA
Black with #3BFEEA
Text Example
Text Example
White with #3BFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEEA; }
p { color: rgb(59,254,234); }
H1.HeaderClassName
{
color: #3BFEEA;
}
.AnyTagClassName
{
color: #3BFEEA;
}
</style>
background-color css
<style>
a { background-color: #3BFEEA; }
a { background-color: rgb(59,254,234); }
div.DivClassName
{
background-color: #3BFEEA;
}
.BgClassName
{
background-color: #3BFEEA;
}
</style>
border-color css
<style>
span { border-color: #3BFEEA; }
span { border-color: rgb(59,254,234); }
td.TdClassName
{
border-color: #3BFEEA;
}
.TagClassName
{
border-color: #3BFEEA;
}
</style>