Shades of Medium Turquoise #3DCBC8
Tints of Medium Turquoise #3DCBC8
RGB
CMYK
RGB Variations
Color information
#3DCBC8 (or 0x3DCBC8) is known color: Medium Turquoise. HEX triplet: 3D, CB and C8. RGB value is (61,203,200). Sum of RGB (Red+Green+Blue) = 61+203+200=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBC8 is #C23437. Grayscale: #A0A0A0. Windows color (decimal): -12727352 or 13159229. OLE color: 13159229.
HSL color Cylindrical-coordinate representation of color #3DCBC8: hue angle of 178.73º 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 #3DCBC8 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 200 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.20 |
| HSL | 178.73º | 0.58% | 0.52% | - |
| HSV(B) | 178.73º | 0.7% | 0.8% | - |
| XYZ | 33.71 | 47.87 | 62.11 | - |
| YUV | 160.2 | 150.46 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 200 | 0.70 | 0 | 0.01 | 0.20 | 178.73 | 0.58 | 0.52 |
| Hex | 3D | CB | C8 | 46 | 0 | 1 | 14 | B3 | 3A | 34 |
| Octal | 75 | 313 | 310 | 106 | 0 | 1 | 24 | 263 | 72 | 64 |
| Binary | 111101 | 11001011 | 11001000 | 1000110 | 0 | 1 | 10100 | 10110011 | 111010 | 110100 |
Color Harmonies of #3DCBC8
Complementary color
Monochromatic Colors of #3DCBC8
Black with #3DCBC8
Text Example
Text Example
White with #3DCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCBC8; }
p { color: rgb(61,203,200); }
H1.HeaderClassName
{
color: #3DCBC8;
}
.AnyTagClassName
{
color: #3DCBC8;
}
</style>
background-color css
<style>
a { background-color: #3DCBC8; }
a { background-color: rgb(61,203,200); }
div.DivClassName
{
background-color: #3DCBC8;
}
.BgClassName
{
background-color: #3DCBC8;
}
</style>
border-color css
<style>
span { border-color: #3DCBC8; }
span { border-color: rgb(61,203,200); }
td.TdClassName
{
border-color: #3DCBC8;
}
.TagClassName
{
border-color: #3DCBC8;
}
</style>