Shades of Medium Turquoise #3DCEDB
Tints of Medium Turquoise #3DCEDB
RGB
CMYK
RGB Variations
Color information
#3DCEDB (or 0x3DCEDB) is known color: Medium Turquoise. HEX triplet: 3D, CE and DB. RGB value is (61,206,219). Sum of RGB (Red+Green+Blue) = 61+206+219=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DCEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCEDB is #C23124. Grayscale: #A3A3A3. Windows color (decimal): -12726565 or 14405181. OLE color: 14405181.
HSL color Cylindrical-coordinate representation of color #3DCEDB: hue angle of 184.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCEDB is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 206 | 219 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.14 |
| HSL | 184.94º | 0.69% | 0.55% | - |
| HSV(B) | 184.94º | 0.72% | 0.86% | - |
| XYZ | 36.78 | 50.25 | 74.78 | - |
| YUV | 164.13 | 158.96 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 219 | 0.72 | 0.06 | 0 | 0.14 | 184.94 | 0.69 | 0.55 |
| Hex | 3D | CE | DB | 48 | 6 | 0 | E | B9 | 45 | 37 |
| Octal | 75 | 316 | 333 | 110 | 6 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111101 | 11001110 | 11011011 | 1001000 | 110 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3DCEDB
Complementary color
Monochromatic Colors of #3DCEDB
Black with #3DCEDB
Text Example
Text Example
White with #3DCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCEDB; }
p { color: rgb(61,206,219); }
H1.HeaderClassName
{
color: #3DCEDB;
}
.AnyTagClassName
{
color: #3DCEDB;
}
</style>
background-color css
<style>
a { background-color: #3DCEDB; }
a { background-color: rgb(61,206,219); }
div.DivClassName
{
background-color: #3DCEDB;
}
.BgClassName
{
background-color: #3DCEDB;
}
</style>
border-color css
<style>
span { border-color: #3DCEDB; }
span { border-color: rgb(61,206,219); }
td.TdClassName
{
border-color: #3DCEDB;
}
.TagClassName
{
border-color: #3DCEDB;
}
</style>