Shades of Turquoise #3DFFBE
Tints of Turquoise #3DFFBE
RGB
CMYK
RGB Variations
Color information
#3DFFBE (or 0x3DFFBE) is known color: Turquoise. HEX triplet: 3D, FF and BE. RGB value is (61,255,190). Sum of RGB (Red+Green+Blue) = 61+255+190=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFBE is #C20041. Grayscale: #BDBDBD. Windows color (decimal): -12714050 or 12517181. OLE color: 12517181.
HSL color Cylindrical-coordinate representation of color #3DFFBE: hue angle of 159.9º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFBE is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 190 | - |
| CMYK | 0.76 | 0 | 0.25 | 0 |
| HSL | 159.9º | 1% | 0.62% | - |
| HSV(B) | 159.9º | 0.76% | 1% | - |
| XYZ | 46.98 | 76.23 | 60.95 | - |
| YUV | 189.58 | 128.23 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 190 | 0.76 | 0 | 0.25 | 0 | 159.9 | 1 | 0.62 |
| Hex | 3D | FF | BE | 4C | 0 | 19 | 0 | A0 | 64 | 3E |
| Octal | 75 | 377 | 276 | 114 | 0 | 31 | 0 | 240 | 144 | 76 |
| Binary | 111101 | 11111111 | 10111110 | 1001100 | 0 | 11001 | 0 | 10100000 | 1100100 | 111110 |
Color Harmonies of #3DFFBE
Complementary color
Monochromatic Colors of #3DFFBE
Black with #3DFFBE
Text Example
Text Example
White with #3DFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFBE; }
p { color: rgb(61,255,190); }
H1.HeaderClassName
{
color: #3DFFBE;
}
.AnyTagClassName
{
color: #3DFFBE;
}
</style>
background-color css
<style>
a { background-color: #3DFFBE; }
a { background-color: rgb(61,255,190); }
div.DivClassName
{
background-color: #3DFFBE;
}
.BgClassName
{
background-color: #3DFFBE;
}
</style>
border-color css
<style>
span { border-color: #3DFFBE; }
span { border-color: rgb(61,255,190); }
td.TdClassName
{
border-color: #3DFFBE;
}
.TagClassName
{
border-color: #3DFFBE;
}
</style>