Shades of Turquoise #3DF2BD
Tints of Turquoise #3DF2BD
RGB
CMYK
RGB Variations
Color information
#3DF2BD (or 0x3DF2BD) is known color: Turquoise. HEX triplet: 3D, F2 and BD. RGB value is (61,242,189). Sum of RGB (Red+Green+Blue) = 61+242+189=492 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.40% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF2BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF2BD is #C20D42. Grayscale: #B5B5B5. Windows color (decimal): -12717379 or 12448317. OLE color: 12448317.
HSL color Cylindrical-coordinate representation of color #3DF2BD: hue angle of 162.43º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF2BD is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 189 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.05 |
| HSL | 162.43º | 0.87% | 0.59% | - |
| HSV(B) | 162.43º | 0.75% | 0.95% | - |
| XYZ | 42.86 | 68.17 | 59.04 | - |
| YUV | 181.84 | 132.03 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 189 | 0.75 | 0 | 0.22 | 0.05 | 162.43 | 0.87 | 0.59 |
| Hex | 3D | F2 | BD | 4B | 0 | 16 | 5 | A2 | 57 | 3B |
| Octal | 75 | 362 | 275 | 113 | 0 | 26 | 5 | 242 | 127 | 73 |
| Binary | 111101 | 11110010 | 10111101 | 1001011 | 0 | 10110 | 101 | 10100010 | 1010111 | 111011 |
Color Harmonies of #3DF2BD
Complementary color
Monochromatic Colors of #3DF2BD
Black with #3DF2BD
Text Example
Text Example
White with #3DF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF2BD; }
p { color: rgb(61,242,189); }
H1.HeaderClassName
{
color: #3DF2BD;
}
.AnyTagClassName
{
color: #3DF2BD;
}
</style>
background-color css
<style>
a { background-color: #3DF2BD; }
a { background-color: rgb(61,242,189); }
div.DivClassName
{
background-color: #3DF2BD;
}
.BgClassName
{
background-color: #3DF2BD;
}
</style>
border-color css
<style>
span { border-color: #3DF2BD; }
span { border-color: rgb(61,242,189); }
td.TdClassName
{
border-color: #3DF2BD;
}
.TagClassName
{
border-color: #3DF2BD;
}
</style>