Shades of Turquoise #3DFFBD
Tints of Turquoise #3DFFBD
RGB
CMYK
RGB Variations
Color information
#3DFFBD (or 0x3DFFBD) is known color: Turquoise. HEX triplet: 3D, FF and BD. RGB value is (61,255,189). Sum of RGB (Red+Green+Blue) = 61+255+189=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFBD is #C20042. Grayscale: #BDBDBD. Windows color (decimal): -12714051 or 12451645. OLE color: 12451645.
HSL color Cylindrical-coordinate representation of color #3DFFBD: hue angle of 159.59º 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 #3DFFBD is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 189 | - |
| CMYK | 0.76 | 0 | 0.26 | 0 |
| HSL | 159.59º | 1% | 0.62% | - |
| HSV(B) | 159.59º | 0.76% | 1% | - |
| XYZ | 46.87 | 76.19 | 60.38 | - |
| YUV | 189.47 | 127.73 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 189 | 0.76 | 0 | 0.26 | 0 | 159.59 | 1 | 0.62 |
| Hex | 3D | FF | BD | 4C | 0 | 1A | 0 | A0 | 64 | 3E |
| Octal | 75 | 377 | 275 | 114 | 0 | 32 | 0 | 240 | 144 | 76 |
| Binary | 111101 | 11111111 | 10111101 | 1001100 | 0 | 11010 | 0 | 10100000 | 1100100 | 111110 |
Color Harmonies of #3DFFBD
Complementary color
Monochromatic Colors of #3DFFBD
Black with #3DFFBD
Text Example
Text Example
White with #3DFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFBD; }
p { color: rgb(61,255,189); }
H1.HeaderClassName
{
color: #3DFFBD;
}
.AnyTagClassName
{
color: #3DFFBD;
}
</style>
background-color css
<style>
a { background-color: #3DFFBD; }
a { background-color: rgb(61,255,189); }
div.DivClassName
{
background-color: #3DFFBD;
}
.BgClassName
{
background-color: #3DFFBD;
}
</style>
border-color css
<style>
span { border-color: #3DFFBD; }
span { border-color: rgb(61,255,189); }
td.TdClassName
{
border-color: #3DFFBD;
}
.TagClassName
{
border-color: #3DFFBD;
}
</style>