Shades of Turquoise #3DE9DB
Tints of Turquoise #3DE9DB
RGB
CMYK
RGB Variations
Color information
#3DE9DB (or 0x3DE9DB) is known color: Turquoise. HEX triplet: 3D, E9 and DB. RGB value is (61,233,219). Sum of RGB (Red+Green+Blue) = 61+233+219=513 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.89% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE9DB is #C21624. Grayscale: #B3B3B3. Windows color (decimal): -12719653 or 14412093. OLE color: 14412093.
HSL color Cylindrical-coordinate representation of color #3DE9DB: hue angle of 175.12º 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 #3DE9DB is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 233 | 219 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.09 |
| HSL | 175.12º | 0.8% | 0.58% | - |
| HSV(B) | 175.12º | 0.74% | 0.91% | - |
| XYZ | 43.85 | 64.38 | 77.13 | - |
| YUV | 179.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 233 | 219 | 0.74 | 0 | 0.06 | 0.09 | 175.12 | 0.8 | 0.58 |
| Hex | 3D | E9 | DB | 4A | 0 | 6 | 9 | AF | 50 | 3A |
| Octal | 75 | 351 | 333 | 112 | 0 | 6 | 11 | 257 | 120 | 72 |
| Binary | 111101 | 11101001 | 11011011 | 1001010 | 0 | 110 | 1001 | 10101111 | 1010000 | 111010 |
Color Harmonies of #3DE9DB
Complementary color
Monochromatic Colors of #3DE9DB
Black with #3DE9DB
Text Example
Text Example
White with #3DE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE9DB; }
p { color: rgb(61,233,219); }
H1.HeaderClassName
{
color: #3DE9DB;
}
.AnyTagClassName
{
color: #3DE9DB;
}
</style>
background-color css
<style>
a { background-color: #3DE9DB; }
a { background-color: rgb(61,233,219); }
div.DivClassName
{
background-color: #3DE9DB;
}
.BgClassName
{
background-color: #3DE9DB;
}
</style>
border-color css
<style>
span { border-color: #3DE9DB; }
span { border-color: rgb(61,233,219); }
td.TdClassName
{
border-color: #3DE9DB;
}
.TagClassName
{
border-color: #3DE9DB;
}
</style>