Shades of Turquoise #3DFFDB
Tints of Turquoise #3DFFDB
RGB
CMYK
RGB Variations
Color information
#3DFFDB (or 0x3DFFDB) is known color: Turquoise. HEX triplet: 3D, FF and DB. RGB value is (61,255,219). Sum of RGB (Red+Green+Blue) = 61+255+219=535 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.40% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFDB is #C20024. Grayscale: #C0C0C0. Windows color (decimal): -12714021 or 14417725. OLE color: 14417725.
HSL color Cylindrical-coordinate representation of color #3DFFDB: hue angle of 168.87º 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 #3DFFDB is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 219 | - |
| CMYK | 0.76 | 0 | 0.14 | 0 |
| HSL | 168.87º | 1% | 0.62% | - |
| HSV(B) | 168.87º | 0.76% | 1% | - |
| XYZ | 50.47 | 77.63 | 79.34 | - |
| YUV | 192.89 | 142.73 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 219 | 0.76 | 0 | 0.14 | 0 | 168.87 | 1 | 0.62 |
| Hex | 3D | FF | DB | 4C | 0 | E | 0 | A9 | 64 | 3E |
| Octal | 75 | 377 | 333 | 114 | 0 | 16 | 0 | 251 | 144 | 76 |
| Binary | 111101 | 11111111 | 11011011 | 1001100 | 0 | 1110 | 0 | 10101001 | 1100100 | 111110 |
Color Harmonies of #3DFFDB
Complementary color
Monochromatic Colors of #3DFFDB
Black with #3DFFDB
Text Example
Text Example
White with #3DFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFDB; }
p { color: rgb(61,255,219); }
H1.HeaderClassName
{
color: #3DFFDB;
}
.AnyTagClassName
{
color: #3DFFDB;
}
</style>
background-color css
<style>
a { background-color: #3DFFDB; }
a { background-color: rgb(61,255,219); }
div.DivClassName
{
background-color: #3DFFDB;
}
.BgClassName
{
background-color: #3DFFDB;
}
</style>
border-color css
<style>
span { border-color: #3DFFDB; }
span { border-color: rgb(61,255,219); }
td.TdClassName
{
border-color: #3DFFDB;
}
.TagClassName
{
border-color: #3DFFDB;
}
</style>