Shades of Turquoise #3DDFBA
Tints of Turquoise #3DDFBA
RGB
CMYK
RGB Variations
Color information
#3DDFBA (or 0x3DDFBA) is known color: Turquoise. HEX triplet: 3D, DF and BA. RGB value is (61,223,186). Sum of RGB (Red+Green+Blue) = 61+223+186=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFBA is #C22045. Grayscale: #AAAAAA. Windows color (decimal): -12722246 or 12246845. OLE color: 12246845.
HSL color Cylindrical-coordinate representation of color #3DDFBA: hue angle of 166.3º 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 #3DDFBA is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 186 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.13 |
| HSL | 166.3º | 0.72% | 0.56% | - |
| HSV(B) | 166.3º | 0.73% | 0.87% | - |
| XYZ | 37.18 | 57.31 | 55.56 | - |
| YUV | 170.34 | 136.83 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 186 | 0.73 | 0 | 0.17 | 0.13 | 166.3 | 0.72 | 0.56 |
| Hex | 3D | DF | BA | 49 | 0 | 11 | D | A6 | 48 | 38 |
| Octal | 75 | 337 | 272 | 111 | 0 | 21 | 15 | 246 | 110 | 70 |
| Binary | 111101 | 11011111 | 10111010 | 1001001 | 0 | 10001 | 1101 | 10100110 | 1001000 | 111000 |
Color Harmonies of #3DDFBA
Complementary color
Monochromatic Colors of #3DDFBA
Black with #3DDFBA
Text Example
Text Example
White with #3DDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFBA; }
p { color: rgb(61,223,186); }
H1.HeaderClassName
{
color: #3DDFBA;
}
.AnyTagClassName
{
color: #3DDFBA;
}
</style>
background-color css
<style>
a { background-color: #3DDFBA; }
a { background-color: rgb(61,223,186); }
div.DivClassName
{
background-color: #3DDFBA;
}
.BgClassName
{
background-color: #3DDFBA;
}
</style>
border-color css
<style>
span { border-color: #3DDFBA; }
span { border-color: rgb(61,223,186); }
td.TdClassName
{
border-color: #3DDFBA;
}
.TagClassName
{
border-color: #3DDFBA;
}
</style>