Shades of Medium Turquoise #3DCEBE
Tints of Medium Turquoise #3DCEBE
RGB
CMYK
RGB Variations
Color information
#3DCEBE (or 0x3DCEBE) is known color: Medium Turquoise. HEX triplet: 3D, CE and BE. RGB value is (61,206,190). Sum of RGB (Red+Green+Blue) = 61+206+190=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCEBE is #C23141. Grayscale: #A0A0A0. Windows color (decimal): -12726594 or 12504637. OLE color: 12504637.
HSL color Cylindrical-coordinate representation of color #3DCEBE: hue angle of 173.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCEBE is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 190 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.19 |
| HSL | 173.38º | 0.6% | 0.52% | - |
| HSV(B) | 173.38º | 0.7% | 0.81% | - |
| XYZ | 33.29 | 48.85 | 56.39 | - |
| YUV | 160.82 | 144.46 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 190 | 0.70 | 0 | 0.08 | 0.19 | 173.38 | 0.6 | 0.52 |
| Hex | 3D | CE | BE | 46 | 0 | 8 | 13 | AD | 3C | 34 |
| Octal | 75 | 316 | 276 | 106 | 0 | 10 | 23 | 255 | 74 | 64 |
| Binary | 111101 | 11001110 | 10111110 | 1000110 | 0 | 1000 | 10011 | 10101101 | 111100 | 110100 |
Color Harmonies of #3DCEBE
Complementary color
Monochromatic Colors of #3DCEBE
Black with #3DCEBE
Text Example
Text Example
White with #3DCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCEBE; }
p { color: rgb(61,206,190); }
H1.HeaderClassName
{
color: #3DCEBE;
}
.AnyTagClassName
{
color: #3DCEBE;
}
</style>
background-color css
<style>
a { background-color: #3DCEBE; }
a { background-color: rgb(61,206,190); }
div.DivClassName
{
background-color: #3DCEBE;
}
.BgClassName
{
background-color: #3DCEBE;
}
</style>
border-color css
<style>
span { border-color: #3DCEBE; }
span { border-color: rgb(61,206,190); }
td.TdClassName
{
border-color: #3DCEBE;
}
.TagClassName
{
border-color: #3DCEBE;
}
</style>