Shades of Medium Turquoise #3DCBBE
Tints of Medium Turquoise #3DCBBE
RGB
CMYK
RGB Variations
Color information
#3DCBBE (or 0x3DCBBE) is known color: Medium Turquoise. HEX triplet: 3D, CB and BE. RGB value is (61,203,190). Sum of RGB (Red+Green+Blue) = 61+203+190=454 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.44% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBBE is #C23441. Grayscale: #9E9E9E. Windows color (decimal): -12727362 or 12503869. OLE color: 12503869.
HSL color Cylindrical-coordinate representation of color #3DCBBE: hue angle of 174.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCBBE is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 190 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.20 |
| HSL | 174.51º | 0.58% | 0.52% | - |
| HSV(B) | 174.51º | 0.7% | 0.8% | - |
| XYZ | 32.57 | 47.42 | 56.15 | - |
| YUV | 159.06 | 145.46 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 190 | 0.70 | 0 | 0.06 | 0.20 | 174.51 | 0.58 | 0.52 |
| Hex | 3D | CB | BE | 46 | 0 | 6 | 14 | AF | 3A | 34 |
| Octal | 75 | 313 | 276 | 106 | 0 | 6 | 24 | 257 | 72 | 64 |
| Binary | 111101 | 11001011 | 10111110 | 1000110 | 0 | 110 | 10100 | 10101111 | 111010 | 110100 |
Color Harmonies of #3DCBBE
Complementary color
Monochromatic Colors of #3DCBBE
Black with #3DCBBE
Text Example
Text Example
White with #3DCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCBBE; }
p { color: rgb(61,203,190); }
H1.HeaderClassName
{
color: #3DCBBE;
}
.AnyTagClassName
{
color: #3DCBBE;
}
</style>
background-color css
<style>
a { background-color: #3DCBBE; }
a { background-color: rgb(61,203,190); }
div.DivClassName
{
background-color: #3DCBBE;
}
.BgClassName
{
background-color: #3DCBBE;
}
</style>
border-color css
<style>
span { border-color: #3DCBBE; }
span { border-color: rgb(61,203,190); }
td.TdClassName
{
border-color: #3DCBBE;
}
.TagClassName
{
border-color: #3DCBBE;
}
</style>