Shades of Turquoise #3DDFBC
Tints of Turquoise #3DDFBC
RGB
CMYK
RGB Variations
Color information
#3DDFBC (or 0x3DDFBC) is known color: Turquoise. HEX triplet: 3D, DF and BC. RGB value is (61,223,188). Sum of RGB (Red+Green+Blue) = 61+223+188=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFBC is #C22043. Grayscale: #AAAAAA. Windows color (decimal): -12722244 or 12377917. OLE color: 12377917.
HSL color Cylindrical-coordinate representation of color #3DDFBC: hue angle of 167.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDFBC is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 188 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.13 |
| HSL | 167.04º | 0.72% | 0.56% | - |
| HSV(B) | 167.04º | 0.73% | 0.87% | - |
| XYZ | 37.39 | 57.4 | 56.69 | - |
| YUV | 170.57 | 137.83 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 188 | 0.73 | 0 | 0.16 | 0.13 | 167.04 | 0.72 | 0.56 |
| Hex | 3D | DF | BC | 49 | 0 | 10 | D | A7 | 48 | 38 |
| Octal | 75 | 337 | 274 | 111 | 0 | 20 | 15 | 247 | 110 | 70 |
| Binary | 111101 | 11011111 | 10111100 | 1001001 | 0 | 10000 | 1101 | 10100111 | 1001000 | 111000 |
Color Harmonies of #3DDFBC
Complementary color
Monochromatic Colors of #3DDFBC
Black with #3DDFBC
Text Example
Text Example
White with #3DDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFBC; }
p { color: rgb(61,223,188); }
H1.HeaderClassName
{
color: #3DDFBC;
}
.AnyTagClassName
{
color: #3DDFBC;
}
</style>
background-color css
<style>
a { background-color: #3DDFBC; }
a { background-color: rgb(61,223,188); }
div.DivClassName
{
background-color: #3DDFBC;
}
.BgClassName
{
background-color: #3DDFBC;
}
</style>
border-color css
<style>
span { border-color: #3DDFBC; }
span { border-color: rgb(61,223,188); }
td.TdClassName
{
border-color: #3DDFBC;
}
.TagClassName
{
border-color: #3DDFBC;
}
</style>