Shades of Turquoise #3DFDBD
Tints of Turquoise #3DFDBD
RGB
CMYK
RGB Variations
Color information
#3DFDBD (or 0x3DFDBD) is known color: Turquoise. HEX triplet: 3D, FD and BD. RGB value is (61,253,189). Sum of RGB (Red+Green+Blue) = 61+253+189=503 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.13% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDBD is #C20242. Grayscale: #BCBCBC. Windows color (decimal): -12714563 or 12451133. OLE color: 12451133.
HSL color Cylindrical-coordinate representation of color #3DFDBD: hue angle of 160º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDBD is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 189 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.01 |
| HSL | 160º | 0.98% | 0.62% | - |
| HSV(B) | 160º | 0.76% | 0.99% | - |
| XYZ | 46.24 | 74.92 | 60.17 | - |
| YUV | 188.3 | 128.39 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 189 | 0.76 | 0 | 0.25 | 0.01 | 160 | 0.98 | 0.62 |
| Hex | 3D | FD | BD | 4C | 0 | 19 | 1 | A0 | 62 | 3E |
| Octal | 75 | 375 | 275 | 114 | 0 | 31 | 1 | 240 | 142 | 76 |
| Binary | 111101 | 11111101 | 10111101 | 1001100 | 0 | 11001 | 1 | 10100000 | 1100010 | 111110 |
Color Harmonies of #3DFDBD
Complementary color
Monochromatic Colors of #3DFDBD
Black with #3DFDBD
Text Example
Text Example
White with #3DFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDBD; }
p { color: rgb(61,253,189); }
H1.HeaderClassName
{
color: #3DFDBD;
}
.AnyTagClassName
{
color: #3DFDBD;
}
</style>
background-color css
<style>
a { background-color: #3DFDBD; }
a { background-color: rgb(61,253,189); }
div.DivClassName
{
background-color: #3DFDBD;
}
.BgClassName
{
background-color: #3DFDBD;
}
</style>
border-color css
<style>
span { border-color: #3DFDBD; }
span { border-color: rgb(61,253,189); }
td.TdClassName
{
border-color: #3DFDBD;
}
.TagClassName
{
border-color: #3DFDBD;
}
</style>