Shades of Medium Turquoise #3CD3DB
Tints of Medium Turquoise #3CD3DB
RGB
CMYK
RGB Variations
Color information
#3CD3DB (or 0x3CD3DB) is known color: Medium Turquoise. HEX triplet: 3C, D3 and DB. RGB value is (60,211,219). Sum of RGB (Red+Green+Blue) = 60+211+219=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CD3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD3DB is #C32C24. Grayscale: #A6A6A6. Windows color (decimal): -12790821 or 14406460. OLE color: 14406460.
HSL color Cylindrical-coordinate representation of color #3CD3DB: hue angle of 183.02º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CD3DB is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 211 | 219 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.14 |
| HSL | 183.02º | 0.69% | 0.55% | - |
| HSV(B) | 183.02º | 0.73% | 0.86% | - |
| XYZ | 37.94 | 52.66 | 75.18 | - |
| YUV | 166.76 | 157.47 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 219 | 0.73 | 0.04 | 0 | 0.14 | 183.02 | 0.69 | 0.55 |
| Hex | 3C | D3 | DB | 49 | 4 | 0 | E | B7 | 45 | 37 |
| Octal | 74 | 323 | 333 | 111 | 4 | 0 | 16 | 267 | 105 | 67 |
| Binary | 111100 | 11010011 | 11011011 | 1001001 | 100 | 0 | 1110 | 10110111 | 1000101 | 110111 |
Color Harmonies of #3CD3DB
Complementary color
Monochromatic Colors of #3CD3DB
Black with #3CD3DB
Text Example
Text Example
White with #3CD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD3DB; }
p { color: rgb(60,211,219); }
H1.HeaderClassName
{
color: #3CD3DB;
}
.AnyTagClassName
{
color: #3CD3DB;
}
</style>
background-color css
<style>
a { background-color: #3CD3DB; }
a { background-color: rgb(60,211,219); }
div.DivClassName
{
background-color: #3CD3DB;
}
.BgClassName
{
background-color: #3CD3DB;
}
</style>
border-color css
<style>
span { border-color: #3CD3DB; }
span { border-color: rgb(60,211,219); }
td.TdClassName
{
border-color: #3CD3DB;
}
.TagClassName
{
border-color: #3CD3DB;
}
</style>