Shades of Turquoise #3DFCDB
Tints of Turquoise #3DFCDB
RGB
CMYK
RGB Variations
Color information
#3DFCDB (or 0x3DFCDB) is known color: Turquoise. HEX triplet: 3D, FC and DB. RGB value is (61,252,219). Sum of RGB (Red+Green+Blue) = 61+252+219=532 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.47% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFCDB is #C20324. Grayscale: #BFBFBF. Windows color (decimal): -12714789 or 14416957. OLE color: 14416957.
HSL color Cylindrical-coordinate representation of color #3DFCDB: hue angle of 169.63º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFCDB is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 219 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.01 |
| HSL | 169.63º | 0.97% | 0.61% | - |
| HSV(B) | 169.63º | 0.76% | 0.99% | - |
| XYZ | 49.52 | 75.73 | 79.02 | - |
| YUV | 191.13 | 143.72 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 219 | 0.76 | 0 | 0.13 | 0.01 | 169.63 | 0.97 | 0.61 |
| Hex | 3D | FC | DB | 4C | 0 | D | 1 | AA | 61 | 3D |
| Octal | 75 | 374 | 333 | 114 | 0 | 15 | 1 | 252 | 141 | 75 |
| Binary | 111101 | 11111100 | 11011011 | 1001100 | 0 | 1101 | 1 | 10101010 | 1100001 | 111101 |
Color Harmonies of #3DFCDB
Complementary color
Monochromatic Colors of #3DFCDB
Black with #3DFCDB
Text Example
Text Example
White with #3DFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFCDB; }
p { color: rgb(61,252,219); }
H1.HeaderClassName
{
color: #3DFCDB;
}
.AnyTagClassName
{
color: #3DFCDB;
}
</style>
background-color css
<style>
a { background-color: #3DFCDB; }
a { background-color: rgb(61,252,219); }
div.DivClassName
{
background-color: #3DFCDB;
}
.BgClassName
{
background-color: #3DFCDB;
}
</style>
border-color css
<style>
span { border-color: #3DFCDB; }
span { border-color: rgb(61,252,219); }
td.TdClassName
{
border-color: #3DFCDB;
}
.TagClassName
{
border-color: #3DFCDB;
}
</style>