Shades of Medium Turquoise #3DCBCA
Tints of Medium Turquoise #3DCBCA
RGB
CMYK
RGB Variations
Color information
#3DCBCA (or 0x3DCBCA) is known color: Medium Turquoise. HEX triplet: 3D, CB and CA. RGB value is (61,203,202). Sum of RGB (Red+Green+Blue) = 61+203+202=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBCA is #C23435. Grayscale: #A0A0A0. Windows color (decimal): -12727350 or 13290301. OLE color: 13290301.
HSL color Cylindrical-coordinate representation of color #3DCBCA: hue angle of 179.58º 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 #3DCBCA is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 202 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.20 |
| HSL | 179.58º | 0.58% | 0.52% | - |
| HSV(B) | 179.58º | 0.7% | 0.8% | - |
| XYZ | 33.94 | 47.97 | 63.35 | - |
| YUV | 160.43 | 151.46 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 202 | 0.70 | 0 | 0.00 | 0.20 | 179.58 | 0.58 | 0.52 |
| Hex | 3D | CB | CA | 46 | 0 | 0 | 14 | B4 | 3A | 34 |
| Octal | 75 | 313 | 312 | 106 | 0 | 0 | 24 | 264 | 72 | 64 |
| Binary | 111101 | 11001011 | 11001010 | 1000110 | 0 | 0 | 10100 | 10110100 | 111010 | 110100 |
Color Harmonies of #3DCBCA
Complementary color
Monochromatic Colors of #3DCBCA
Black with #3DCBCA
Text Example
Text Example
White with #3DCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCBCA; }
p { color: rgb(61,203,202); }
H1.HeaderClassName
{
color: #3DCBCA;
}
.AnyTagClassName
{
color: #3DCBCA;
}
</style>
background-color css
<style>
a { background-color: #3DCBCA; }
a { background-color: rgb(61,203,202); }
div.DivClassName
{
background-color: #3DCBCA;
}
.BgClassName
{
background-color: #3DCBCA;
}
</style>
border-color css
<style>
span { border-color: #3DCBCA; }
span { border-color: rgb(61,203,202); }
td.TdClassName
{
border-color: #3DCBCA;
}
.TagClassName
{
border-color: #3DCBCA;
}
</style>