Shades of Turquoise #3DEBC9
Tints of Turquoise #3DEBC9
RGB
CMYK
RGB Variations
Color information
#3DEBC9 (or 0x3DEBC9) is known color: Turquoise. HEX triplet: 3D, EB and C9. RGB value is (61,235,201). Sum of RGB (Red+Green+Blue) = 61+235+201=497 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.27% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEBC9 is #C21436. Grayscale: #B3B3B3. Windows color (decimal): -12719159 or 13232957. OLE color: 13232957.
HSL color Cylindrical-coordinate representation of color #3DEBC9: hue angle of 168.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEBC9 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 235 | 201 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.08 |
| HSL | 168.28º | 0.81% | 0.58% | - |
| HSV(B) | 168.28º | 0.74% | 0.92% | - |
| XYZ | 42.18 | 64.63 | 65.51 | - |
| YUV | 179.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 235 | 201 | 0.74 | 0 | 0.14 | 0.08 | 168.28 | 0.81 | 0.58 |
| Hex | 3D | EB | C9 | 4A | 0 | E | 8 | A8 | 51 | 3A |
| Octal | 75 | 353 | 311 | 112 | 0 | 16 | 10 | 250 | 121 | 72 |
| Binary | 111101 | 11101011 | 11001001 | 1001010 | 0 | 1110 | 1000 | 10101000 | 1010001 | 111010 |
Color Harmonies of #3DEBC9
Complementary color
Monochromatic Colors of #3DEBC9
Black with #3DEBC9
Text Example
Text Example
White with #3DEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEBC9; }
p { color: rgb(61,235,201); }
H1.HeaderClassName
{
color: #3DEBC9;
}
.AnyTagClassName
{
color: #3DEBC9;
}
</style>
background-color css
<style>
a { background-color: #3DEBC9; }
a { background-color: rgb(61,235,201); }
div.DivClassName
{
background-color: #3DEBC9;
}
.BgClassName
{
background-color: #3DEBC9;
}
</style>
border-color css
<style>
span { border-color: #3DEBC9; }
span { border-color: rgb(61,235,201); }
td.TdClassName
{
border-color: #3DEBC9;
}
.TagClassName
{
border-color: #3DEBC9;
}
</style>