Shades of Medium Turquoise #3DCBCD
Tints of Medium Turquoise #3DCBCD
RGB
CMYK
RGB Variations
Color information
#3DCBCD (or 0x3DCBCD) is known color: Medium Turquoise. HEX triplet: 3D, CB and CD. RGB value is (61,203,205). Sum of RGB (Red+Green+Blue) = 61+203+205=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #3DCBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBCD is #C23432. Grayscale: #A0A0A0. Windows color (decimal): -12727347 or 13486909. OLE color: 13486909.
HSL color Cylindrical-coordinate representation of color #3DCBCD: hue angle of 180.83º degrees, saturation: 0.59, 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 #3DCBCD is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 205 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.20 |
| HSL | 180.83º | 0.59% | 0.52% | - |
| HSV(B) | 180.83º | 0.7% | 0.8% | - |
| XYZ | 34.3 | 48.11 | 65.24 | - |
| YUV | 160.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 205 | 0.70 | 0.01 | 0 | 0.20 | 180.83 | 0.59 | 0.52 |
| Hex | 3D | CB | CD | 46 | 1 | 0 | 14 | B5 | 3B | 34 |
| Octal | 75 | 313 | 315 | 106 | 1 | 0 | 24 | 265 | 73 | 64 |
| Binary | 111101 | 11001011 | 11001101 | 1000110 | 1 | 0 | 10100 | 10110101 | 111011 | 110100 |
Color Harmonies of #3DCBCD
Complementary color
Monochromatic Colors of #3DCBCD
Black with #3DCBCD
Text Example
Text Example
White with #3DCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCBCD; }
p { color: rgb(61,203,205); }
H1.HeaderClassName
{
color: #3DCBCD;
}
.AnyTagClassName
{
color: #3DCBCD;
}
</style>
background-color css
<style>
a { background-color: #3DCBCD; }
a { background-color: rgb(61,203,205); }
div.DivClassName
{
background-color: #3DCBCD;
}
.BgClassName
{
background-color: #3DCBCD;
}
</style>
border-color css
<style>
span { border-color: #3DCBCD; }
span { border-color: rgb(61,203,205); }
td.TdClassName
{
border-color: #3DCBCD;
}
.TagClassName
{
border-color: #3DCBCD;
}
</style>