Shades of Medium Turquoise #3CCADB
Tints of Medium Turquoise #3CCADB
RGB
CMYK
RGB Variations
Color information
#3CCADB (or 0x3CCADB) is known color: Medium Turquoise. HEX triplet: 3C, CA and DB. RGB value is (60,202,219). Sum of RGB (Red+Green+Blue) = 60+202+219=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CCADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCADB is #C33524. Grayscale: #A1A1A1. Windows color (decimal): -12793125 or 14404156. OLE color: 14404156.
HSL color Cylindrical-coordinate representation of color #3CCADB: hue angle of 186.42º 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 #3CCADB is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 202 | 219 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.14 |
| HSL | 186.42º | 0.69% | 0.55% | - |
| HSV(B) | 186.42º | 0.73% | 0.86% | - |
| XYZ | 35.77 | 48.32 | 74.46 | - |
| YUV | 161.48 | 160.46 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 219 | 0.73 | 0.08 | 0 | 0.14 | 186.42 | 0.69 | 0.55 |
| Hex | 3C | CA | DB | 49 | 8 | 0 | E | BA | 45 | 37 |
| Octal | 74 | 312 | 333 | 111 | 10 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111100 | 11001010 | 11011011 | 1001001 | 1000 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3CCADB
Complementary color
Monochromatic Colors of #3CCADB
Black with #3CCADB
Text Example
Text Example
White with #3CCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCADB; }
p { color: rgb(60,202,219); }
H1.HeaderClassName
{
color: #3CCADB;
}
.AnyTagClassName
{
color: #3CCADB;
}
</style>
background-color css
<style>
a { background-color: #3CCADB; }
a { background-color: rgb(60,202,219); }
div.DivClassName
{
background-color: #3CCADB;
}
.BgClassName
{
background-color: #3CCADB;
}
</style>
border-color css
<style>
span { border-color: #3CCADB; }
span { border-color: rgb(60,202,219); }
td.TdClassName
{
border-color: #3CCADB;
}
.TagClassName
{
border-color: #3CCADB;
}
</style>