Shades of Medium Turquoise #3DCBC4
Tints of Medium Turquoise #3DCBC4
RGB
CMYK
RGB Variations
Color information
#3DCBC4 (or 0x3DCBC4) is known color: Medium Turquoise. HEX triplet: 3D, CB and C4. RGB value is (61,203,196). Sum of RGB (Red+Green+Blue) = 61+203+196=460 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.26% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBC4 is #C2343B. Grayscale: #9F9F9F. Windows color (decimal): -12727356 or 12897085. OLE color: 12897085.
HSL color Cylindrical-coordinate representation of color #3DCBC4: hue angle of 177.04º 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 #3DCBC4 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 196 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.20 |
| HSL | 177.04º | 0.58% | 0.52% | - |
| HSV(B) | 177.04º | 0.7% | 0.8% | - |
| XYZ | 33.24 | 47.69 | 59.68 | - |
| YUV | 159.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 196 | 0.70 | 0 | 0.03 | 0.20 | 177.04 | 0.58 | 0.52 |
| Hex | 3D | CB | C4 | 46 | 0 | 3 | 14 | B1 | 3A | 34 |
| Octal | 75 | 313 | 304 | 106 | 0 | 3 | 24 | 261 | 72 | 64 |
| Binary | 111101 | 11001011 | 11000100 | 1000110 | 0 | 11 | 10100 | 10110001 | 111010 | 110100 |
Color Harmonies of #3DCBC4
Complementary color
Monochromatic Colors of #3DCBC4
Black with #3DCBC4
Text Example
Text Example
White with #3DCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCBC4; }
p { color: rgb(61,203,196); }
H1.HeaderClassName
{
color: #3DCBC4;
}
.AnyTagClassName
{
color: #3DCBC4;
}
</style>
background-color css
<style>
a { background-color: #3DCBC4; }
a { background-color: rgb(61,203,196); }
div.DivClassName
{
background-color: #3DCBC4;
}
.BgClassName
{
background-color: #3DCBC4;
}
</style>
border-color css
<style>
span { border-color: #3DCBC4; }
span { border-color: rgb(61,203,196); }
td.TdClassName
{
border-color: #3DCBC4;
}
.TagClassName
{
border-color: #3DCBC4;
}
</style>