Shades of Turquoise #3DE9BC
Tints of Turquoise #3DE9BC
RGB
CMYK
RGB Variations
Color information
#3DE9BC (or 0x3DE9BC) is known color: Turquoise. HEX triplet: 3D, E9 and BC. RGB value is (61,233,188). Sum of RGB (Red+Green+Blue) = 61+233+188=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE9BC is #C21643. Grayscale: #B0B0B0. Windows color (decimal): -12719684 or 12380477. OLE color: 12380477.
HSL color Cylindrical-coordinate representation of color #3DE9BC: hue angle of 164.3º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE9BC is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 233 | 188 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.09 |
| HSL | 164.3º | 0.8% | 0.58% | - |
| HSV(B) | 164.3º | 0.74% | 0.91% | - |
| XYZ | 40.14 | 62.9 | 57.6 | - |
| YUV | 176.44 | 134.52 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 233 | 188 | 0.74 | 0 | 0.19 | 0.09 | 164.3 | 0.8 | 0.58 |
| Hex | 3D | E9 | BC | 4A | 0 | 13 | 9 | A4 | 50 | 3A |
| Octal | 75 | 351 | 274 | 112 | 0 | 23 | 11 | 244 | 120 | 72 |
| Binary | 111101 | 11101001 | 10111100 | 1001010 | 0 | 10011 | 1001 | 10100100 | 1010000 | 111010 |
Color Harmonies of #3DE9BC
Complementary color
Monochromatic Colors of #3DE9BC
Black with #3DE9BC
Text Example
Text Example
White with #3DE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE9BC; }
p { color: rgb(61,233,188); }
H1.HeaderClassName
{
color: #3DE9BC;
}
.AnyTagClassName
{
color: #3DE9BC;
}
</style>
background-color css
<style>
a { background-color: #3DE9BC; }
a { background-color: rgb(61,233,188); }
div.DivClassName
{
background-color: #3DE9BC;
}
.BgClassName
{
background-color: #3DE9BC;
}
</style>
border-color css
<style>
span { border-color: #3DE9BC; }
span { border-color: rgb(61,233,188); }
td.TdClassName
{
border-color: #3DE9BC;
}
.TagClassName
{
border-color: #3DE9BC;
}
</style>