Shades of Medium Turquoise #3DCADB
Tints of Medium Turquoise #3DCADB
RGB
CMYK
RGB Variations
Color information
#3DCADB (or 0x3DCADB) is known color: Medium Turquoise. HEX triplet: 3D, CA and DB. RGB value is (61,202,219). Sum of RGB (Red+Green+Blue) = 61+202+219=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DCADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCADB is #C23524. Grayscale: #A1A1A1. Windows color (decimal): -12727589 or 14404157. OLE color: 14404157.
HSL color Cylindrical-coordinate representation of color #3DCADB: hue angle of 186.46º 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 #3DCADB is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 202 | 219 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.14 |
| HSL | 186.46º | 0.69% | 0.55% | - |
| HSV(B) | 186.46º | 0.72% | 0.86% | - |
| XYZ | 35.83 | 48.35 | 74.46 | - |
| YUV | 161.78 | 160.29 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 219 | 0.72 | 0.08 | 0 | 0.14 | 186.46 | 0.69 | 0.55 |
| Hex | 3D | CA | DB | 48 | 8 | 0 | E | BA | 45 | 37 |
| Octal | 75 | 312 | 333 | 110 | 10 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111101 | 11001010 | 11011011 | 1001000 | 1000 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3DCADB
Complementary color
Monochromatic Colors of #3DCADB
Black with #3DCADB
Text Example
Text Example
White with #3DCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCADB; }
p { color: rgb(61,202,219); }
H1.HeaderClassName
{
color: #3DCADB;
}
.AnyTagClassName
{
color: #3DCADB;
}
</style>
background-color css
<style>
a { background-color: #3DCADB; }
a { background-color: rgb(61,202,219); }
div.DivClassName
{
background-color: #3DCADB;
}
.BgClassName
{
background-color: #3DCADB;
}
</style>
border-color css
<style>
span { border-color: #3DCADB; }
span { border-color: rgb(61,202,219); }
td.TdClassName
{
border-color: #3DCADB;
}
.TagClassName
{
border-color: #3DCADB;
}
</style>