Shades of Turquoise #3DEBC2
Tints of Turquoise #3DEBC2
RGB
CMYK
RGB Variations
Color information
#3DEBC2 (or 0x3DEBC2) is known color: Turquoise. HEX triplet: 3D, EB and C2. RGB value is (61,235,194). Sum of RGB (Red+Green+Blue) = 61+235+194=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEBC2 is #C2143D. Grayscale: #B2B2B2. Windows color (decimal): -12719166 or 12774205. OLE color: 12774205.
HSL color Cylindrical-coordinate representation of color #3DEBC2: hue angle of 165.86º 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 #3DEBC2 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 235 | 194 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.08 |
| HSL | 165.86º | 0.81% | 0.58% | - |
| HSV(B) | 165.86º | 0.74% | 0.92% | - |
| XYZ | 41.37 | 64.3 | 61.27 | - |
| YUV | 178.3 | 136.85 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 235 | 194 | 0.74 | 0 | 0.17 | 0.08 | 165.86 | 0.81 | 0.58 |
| Hex | 3D | EB | C2 | 4A | 0 | 11 | 8 | A6 | 51 | 3A |
| Octal | 75 | 353 | 302 | 112 | 0 | 21 | 10 | 246 | 121 | 72 |
| Binary | 111101 | 11101011 | 11000010 | 1001010 | 0 | 10001 | 1000 | 10100110 | 1010001 | 111010 |
Color Harmonies of #3DEBC2
Complementary color
Monochromatic Colors of #3DEBC2
Black with #3DEBC2
Text Example
Text Example
White with #3DEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEBC2; }
p { color: rgb(61,235,194); }
H1.HeaderClassName
{
color: #3DEBC2;
}
.AnyTagClassName
{
color: #3DEBC2;
}
</style>
background-color css
<style>
a { background-color: #3DEBC2; }
a { background-color: rgb(61,235,194); }
div.DivClassName
{
background-color: #3DEBC2;
}
.BgClassName
{
background-color: #3DEBC2;
}
</style>
border-color css
<style>
span { border-color: #3DEBC2; }
span { border-color: rgb(61,235,194); }
td.TdClassName
{
border-color: #3DEBC2;
}
.TagClassName
{
border-color: #3DEBC2;
}
</style>