Shades of Turquoise #3DDFB6
Tints of Turquoise #3DDFB6
RGB
CMYK
RGB Variations
Color information
#3DDFB6 (or 0x3DDFB6) is known color: Turquoise. HEX triplet: 3D, DF and B6. RGB value is (61,223,182). Sum of RGB (Red+Green+Blue) = 61+223+182=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFB6 is #C22049. Grayscale: #A9A9A9. Windows color (decimal): -12722250 or 11984701. OLE color: 11984701.
HSL color Cylindrical-coordinate representation of color #3DDFB6: hue angle of 164.81º 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 #3DDFB6 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 182 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.13 |
| HSL | 164.81º | 0.72% | 0.56% | - |
| HSV(B) | 164.81º | 0.73% | 0.87% | - |
| XYZ | 36.76 | 57.14 | 53.35 | - |
| YUV | 169.89 | 134.83 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 182 | 0.73 | 0 | 0.18 | 0.13 | 164.81 | 0.72 | 0.56 |
| Hex | 3D | DF | B6 | 49 | 0 | 12 | D | A5 | 48 | 38 |
| Octal | 75 | 337 | 266 | 111 | 0 | 22 | 15 | 245 | 110 | 70 |
| Binary | 111101 | 11011111 | 10110110 | 1001001 | 0 | 10010 | 1101 | 10100101 | 1001000 | 111000 |
Color Harmonies of #3DDFB6
Complementary color
Monochromatic Colors of #3DDFB6
Black with #3DDFB6
Text Example
Text Example
White with #3DDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFB6; }
p { color: rgb(61,223,182); }
H1.HeaderClassName
{
color: #3DDFB6;
}
.AnyTagClassName
{
color: #3DDFB6;
}
</style>
background-color css
<style>
a { background-color: #3DDFB6; }
a { background-color: rgb(61,223,182); }
div.DivClassName
{
background-color: #3DDFB6;
}
.BgClassName
{
background-color: #3DDFB6;
}
</style>
border-color css
<style>
span { border-color: #3DDFB6; }
span { border-color: rgb(61,223,182); }
td.TdClassName
{
border-color: #3DDFB6;
}
.TagClassName
{
border-color: #3DDFB6;
}
</style>