Shades of Medium Turquoise #3DCCDB
Tints of Medium Turquoise #3DCCDB
RGB
CMYK
RGB Variations
Color information
#3DCCDB (or 0x3DCCDB) is known color: Medium Turquoise. HEX triplet: 3D, CC and DB. RGB value is (61,204,219). Sum of RGB (Red+Green+Blue) = 61+204+219=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCDB is #C23324. Grayscale: #A2A2A2. Windows color (decimal): -12727077 or 14404669. OLE color: 14404669.
HSL color Cylindrical-coordinate representation of color #3DCCDB: hue angle of 185.7º 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 #3DCCDB is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 204 | 219 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.14 |
| HSL | 185.7º | 0.69% | 0.55% | - |
| HSV(B) | 185.7º | 0.72% | 0.86% | - |
| XYZ | 36.3 | 49.29 | 74.62 | - |
| YUV | 162.95 | 159.62 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 219 | 0.72 | 0.07 | 0 | 0.14 | 185.7 | 0.69 | 0.55 |
| Hex | 3D | CC | DB | 48 | 7 | 0 | E | BA | 45 | 37 |
| Octal | 75 | 314 | 333 | 110 | 7 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111101 | 11001100 | 11011011 | 1001000 | 111 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3DCCDB
Complementary color
Monochromatic Colors of #3DCCDB
Black with #3DCCDB
Text Example
Text Example
White with #3DCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCDB; }
p { color: rgb(61,204,219); }
H1.HeaderClassName
{
color: #3DCCDB;
}
.AnyTagClassName
{
color: #3DCCDB;
}
</style>
background-color css
<style>
a { background-color: #3DCCDB; }
a { background-color: rgb(61,204,219); }
div.DivClassName
{
background-color: #3DCCDB;
}
.BgClassName
{
background-color: #3DCCDB;
}
</style>
border-color css
<style>
span { border-color: #3DCCDB; }
span { border-color: rgb(61,204,219); }
td.TdClassName
{
border-color: #3DCCDB;
}
.TagClassName
{
border-color: #3DCCDB;
}
</style>