Shades of Turquoise #3DFBDB
Tints of Turquoise #3DFBDB
RGB
CMYK
RGB Variations
Color information
#3DFBDB (or 0x3DFBDB) is known color: Turquoise. HEX triplet: 3D, FB and DB. RGB value is (61,251,219). Sum of RGB (Red+Green+Blue) = 61+251+219=531 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.49% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFBDB is #C20424. Grayscale: #BEBEBE. Windows color (decimal): -12715045 or 14416701. OLE color: 14416701.
HSL color Cylindrical-coordinate representation of color #3DFBDB: hue angle of 169.89º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFBDB is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 219 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.02 |
| HSL | 169.89º | 0.96% | 0.61% | - |
| HSV(B) | 169.89º | 0.76% | 0.98% | - |
| XYZ | 49.21 | 75.1 | 78.92 | - |
| YUV | 190.54 | 144.05 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 219 | 0.76 | 0 | 0.13 | 0.02 | 169.89 | 0.96 | 0.61 |
| Hex | 3D | FB | DB | 4C | 0 | D | 2 | AA | 60 | 3D |
| Octal | 75 | 373 | 333 | 114 | 0 | 15 | 2 | 252 | 140 | 75 |
| Binary | 111101 | 11111011 | 11011011 | 1001100 | 0 | 1101 | 10 | 10101010 | 1100000 | 111101 |
Color Harmonies of #3DFBDB
Complementary color
Monochromatic Colors of #3DFBDB
Black with #3DFBDB
Text Example
Text Example
White with #3DFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFBDB; }
p { color: rgb(61,251,219); }
H1.HeaderClassName
{
color: #3DFBDB;
}
.AnyTagClassName
{
color: #3DFBDB;
}
</style>
background-color css
<style>
a { background-color: #3DFBDB; }
a { background-color: rgb(61,251,219); }
div.DivClassName
{
background-color: #3DFBDB;
}
.BgClassName
{
background-color: #3DFBDB;
}
</style>
border-color css
<style>
span { border-color: #3DFBDB; }
span { border-color: rgb(61,251,219); }
td.TdClassName
{
border-color: #3DFBDB;
}
.TagClassName
{
border-color: #3DFBDB;
}
</style>