Shades of Turquoise #3DEBBA
Tints of Turquoise #3DEBBA
RGB
CMYK
RGB Variations
Color information
#3DEBBA (or 0x3DEBBA) is known color: Turquoise. HEX triplet: 3D, EB and BA. RGB value is (61,235,186). Sum of RGB (Red+Green+Blue) = 61+235+186=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEBBA is #C21445. Grayscale: #B1B1B1. Windows color (decimal): -12719174 or 12249917. OLE color: 12249917.
HSL color Cylindrical-coordinate representation of color #3DEBBA: hue angle of 163.1º 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 #3DEBBA is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 235 | 186 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.08 |
| HSL | 163.1º | 0.81% | 0.58% | - |
| HSV(B) | 163.1º | 0.74% | 0.92% | - |
| XYZ | 40.5 | 63.95 | 56.66 | - |
| YUV | 177.39 | 132.85 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 235 | 186 | 0.74 | 0 | 0.21 | 0.08 | 163.1 | 0.81 | 0.58 |
| Hex | 3D | EB | BA | 4A | 0 | 15 | 8 | A3 | 51 | 3A |
| Octal | 75 | 353 | 272 | 112 | 0 | 25 | 10 | 243 | 121 | 72 |
| Binary | 111101 | 11101011 | 10111010 | 1001010 | 0 | 10101 | 1000 | 10100011 | 1010001 | 111010 |
Color Harmonies of #3DEBBA
Complementary color
Monochromatic Colors of #3DEBBA
Black with #3DEBBA
Text Example
Text Example
White with #3DEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEBBA; }
p { color: rgb(61,235,186); }
H1.HeaderClassName
{
color: #3DEBBA;
}
.AnyTagClassName
{
color: #3DEBBA;
}
</style>
background-color css
<style>
a { background-color: #3DEBBA; }
a { background-color: rgb(61,235,186); }
div.DivClassName
{
background-color: #3DEBBA;
}
.BgClassName
{
background-color: #3DEBBA;
}
</style>
border-color css
<style>
span { border-color: #3DEBBA; }
span { border-color: rgb(61,235,186); }
td.TdClassName
{
border-color: #3DEBBA;
}
.TagClassName
{
border-color: #3DEBBA;
}
</style>