Shades of Medium Turquoise #3CCBDB
Tints of Medium Turquoise #3CCBDB
RGB
CMYK
RGB Variations
Color information
#3CCBDB (or 0x3CCBDB) is known color: Medium Turquoise. HEX triplet: 3C, CB and DB. RGB value is (60,203,219). Sum of RGB (Red+Green+Blue) = 60+203+219=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 203 (79.69% from 255 or 42.12% 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 #3CCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBDB is #C33424. Grayscale: #A1A1A1. Windows color (decimal): -12792869 or 14404412. OLE color: 14404412.
HSL color Cylindrical-coordinate representation of color #3CCBDB: hue angle of 186.04º 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 #3CCBDB is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 203 | 219 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.14 |
| HSL | 186.04º | 0.69% | 0.55% | - |
| HSV(B) | 186.04º | 0.73% | 0.86% | - |
| XYZ | 36.01 | 48.79 | 74.54 | - |
| YUV | 162.07 | 160.12 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 219 | 0.73 | 0.07 | 0 | 0.14 | 186.04 | 0.69 | 0.55 |
| Hex | 3C | CB | DB | 49 | 7 | 0 | E | BA | 45 | 37 |
| Octal | 74 | 313 | 333 | 111 | 7 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111100 | 11001011 | 11011011 | 1001001 | 111 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3CCBDB
Complementary color
Monochromatic Colors of #3CCBDB
Black with #3CCBDB
Text Example
Text Example
White with #3CCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBDB; }
p { color: rgb(60,203,219); }
H1.HeaderClassName
{
color: #3CCBDB;
}
.AnyTagClassName
{
color: #3CCBDB;
}
</style>
background-color css
<style>
a { background-color: #3CCBDB; }
a { background-color: rgb(60,203,219); }
div.DivClassName
{
background-color: #3CCBDB;
}
.BgClassName
{
background-color: #3CCBDB;
}
</style>
border-color css
<style>
span { border-color: #3CCBDB; }
span { border-color: rgb(60,203,219); }
td.TdClassName
{
border-color: #3CCBDB;
}
.TagClassName
{
border-color: #3CCBDB;
}
</style>