Shades of Medium Turquoise #3DCBE0
Tints of Medium Turquoise #3DCBE0
RGB
CMYK
RGB Variations
Color information
#3DCBE0 (or 0x3DCBE0) is known color: Medium Turquoise. HEX triplet: 3D, CB and E0. RGB value is (61,203,224). Sum of RGB (Red+Green+Blue) = 61+203+224=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #3DCBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBE0 is #C2341F. Grayscale: #A2A2A2. Windows color (decimal): -12727328 or 14732093. OLE color: 14732093.
HSL color Cylindrical-coordinate representation of color #3DCBE0: hue angle of 187.73º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DCBE0 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 203 | 224 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.12 |
| HSL | 187.73º | 0.72% | 0.56% | - |
| HSV(B) | 187.73º | 0.73% | 0.88% | - |
| XYZ | 36.73 | 49.09 | 78.06 | - |
| YUV | 162.94 | 162.46 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 224 | 0.73 | 0.09 | 0 | 0.12 | 187.73 | 0.72 | 0.56 |
| Hex | 3D | CB | E0 | 49 | 9 | 0 | C | BC | 48 | 38 |
| Octal | 75 | 313 | 340 | 111 | 11 | 0 | 14 | 274 | 110 | 70 |
| Binary | 111101 | 11001011 | 11100000 | 1001001 | 1001 | 0 | 1100 | 10111100 | 1001000 | 111000 |
Color Harmonies of #3DCBE0
Complementary color
Monochromatic Colors of #3DCBE0
Black with #3DCBE0
Text Example
Text Example
White with #3DCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCBE0; }
p { color: rgb(61,203,224); }
H1.HeaderClassName
{
color: #3DCBE0;
}
.AnyTagClassName
{
color: #3DCBE0;
}
</style>
background-color css
<style>
a { background-color: #3DCBE0; }
a { background-color: rgb(61,203,224); }
div.DivClassName
{
background-color: #3DCBE0;
}
.BgClassName
{
background-color: #3DCBE0;
}
</style>
border-color css
<style>
span { border-color: #3DCBE0; }
span { border-color: rgb(61,203,224); }
td.TdClassName
{
border-color: #3DCBE0;
}
.TagClassName
{
border-color: #3DCBE0;
}
</style>