Shades of Medium Turquoise #3DCECE
Tints of Medium Turquoise #3DCECE
RGB
CMYK
RGB Variations
Color information
#3DCECE (or 0x3DCECE) is known color: Medium Turquoise. HEX triplet: 3D, CE and CE. RGB value is (61,206,206). Sum of RGB (Red+Green+Blue) = 61+206+206=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #3DCECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCECE is #C23131. Grayscale: #A2A2A2. Windows color (decimal): -12726578 or 13553213. OLE color: 13553213.
HSL color Cylindrical-coordinate representation of color #3DCECE: hue angle of 180º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCECE is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 206 | - |
| CMYK | 0.70 | 0 | 0 | 0.19 |
| HSL | 180º | 0.6% | 0.52% | - |
| HSV(B) | 180º | 0.7% | 0.81% | - |
| XYZ | 35.14 | 49.59 | 66.11 | - |
| YUV | 162.65 | 152.46 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 206 | 0.70 | 0 | 0 | 0.19 | 180 | 0.6 | 0.52 |
| Hex | 3D | CE | CE | 46 | 0 | 0 | 13 | B4 | 3C | 34 |
| Octal | 75 | 316 | 316 | 106 | 0 | 0 | 23 | 264 | 74 | 64 |
| Binary | 111101 | 11001110 | 11001110 | 1000110 | 0 | 0 | 10011 | 10110100 | 111100 | 110100 |
Color Harmonies of #3DCECE
Complementary color
Monochromatic Colors of #3DCECE
Black with #3DCECE
Text Example
Text Example
White with #3DCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCECE; }
p { color: rgb(61,206,206); }
H1.HeaderClassName
{
color: #3DCECE;
}
.AnyTagClassName
{
color: #3DCECE;
}
</style>
background-color css
<style>
a { background-color: #3DCECE; }
a { background-color: rgb(61,206,206); }
div.DivClassName
{
background-color: #3DCECE;
}
.BgClassName
{
background-color: #3DCECE;
}
</style>
border-color css
<style>
span { border-color: #3DCECE; }
span { border-color: rgb(61,206,206); }
td.TdClassName
{
border-color: #3DCECE;
}
.TagClassName
{
border-color: #3DCECE;
}
</style>