Shades of Turquoise #3DEABA
Tints of Turquoise #3DEABA
RGB
CMYK
RGB Variations
Color information
#3DEABA (or 0x3DEABA) is known color: Turquoise. HEX triplet: 3D, EA and BA. RGB value is (61,234,186). Sum of RGB (Red+Green+Blue) = 61+234+186=481 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.68% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEABA is #C21545. Grayscale: #B0B0B0. Windows color (decimal): -12719430 or 12249661. OLE color: 12249661.
HSL color Cylindrical-coordinate representation of color #3DEABA: hue angle of 163.35º degrees, saturation: 0.8, 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 #3DEABA is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 234 | 186 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.08 |
| HSL | 163.35º | 0.8% | 0.58% | - |
| HSV(B) | 163.35º | 0.74% | 0.92% | - |
| XYZ | 40.21 | 63.38 | 56.57 | - |
| YUV | 176.8 | 133.19 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 234 | 186 | 0.74 | 0 | 0.21 | 0.08 | 163.35 | 0.8 | 0.58 |
| Hex | 3D | EA | BA | 4A | 0 | 15 | 8 | A3 | 50 | 3A |
| Octal | 75 | 352 | 272 | 112 | 0 | 25 | 10 | 243 | 120 | 72 |
| Binary | 111101 | 11101010 | 10111010 | 1001010 | 0 | 10101 | 1000 | 10100011 | 1010000 | 111010 |
Color Harmonies of #3DEABA
Complementary color
Monochromatic Colors of #3DEABA
Black with #3DEABA
Text Example
Text Example
White with #3DEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEABA; }
p { color: rgb(61,234,186); }
H1.HeaderClassName
{
color: #3DEABA;
}
.AnyTagClassName
{
color: #3DEABA;
}
</style>
background-color css
<style>
a { background-color: #3DEABA; }
a { background-color: rgb(61,234,186); }
div.DivClassName
{
background-color: #3DEABA;
}
.BgClassName
{
background-color: #3DEABA;
}
</style>
border-color css
<style>
span { border-color: #3DEABA; }
span { border-color: rgb(61,234,186); }
td.TdClassName
{
border-color: #3DEABA;
}
.TagClassName
{
border-color: #3DEABA;
}
</style>