Shades of Medium Turquoise #3CCBDD
Tints of Medium Turquoise #3CCBDD
RGB
CMYK
RGB Variations
Color information
#3CCBDD (or 0x3CCBDD) is known color: Medium Turquoise. HEX triplet: 3C, CB and DD. RGB value is (60,203,221). Sum of RGB (Red+Green+Blue) = 60+203+221=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CCBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBDD is #C33422. Grayscale: #A2A2A2. Windows color (decimal): -12792867 or 14535484. OLE color: 14535484.
HSL color Cylindrical-coordinate representation of color #3CCBDD: hue angle of 186.71º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCBDD is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 203 | 221 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.13 |
| HSL | 186.71º | 0.7% | 0.55% | - |
| HSV(B) | 186.71º | 0.73% | 0.87% | - |
| XYZ | 36.27 | 48.89 | 75.93 | - |
| YUV | 162.3 | 161.12 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 221 | 0.73 | 0.08 | 0 | 0.13 | 186.71 | 0.7 | 0.55 |
| Hex | 3C | CB | DD | 49 | 8 | 0 | D | BB | 46 | 37 |
| Octal | 74 | 313 | 335 | 111 | 10 | 0 | 15 | 273 | 106 | 67 |
| Binary | 111100 | 11001011 | 11011101 | 1001001 | 1000 | 0 | 1101 | 10111011 | 1000110 | 110111 |
Color Harmonies of #3CCBDD
Complementary color
Monochromatic Colors of #3CCBDD
Black with #3CCBDD
Text Example
Text Example
White with #3CCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBDD; }
p { color: rgb(60,203,221); }
H1.HeaderClassName
{
color: #3CCBDD;
}
.AnyTagClassName
{
color: #3CCBDD;
}
</style>
background-color css
<style>
a { background-color: #3CCBDD; }
a { background-color: rgb(60,203,221); }
div.DivClassName
{
background-color: #3CCBDD;
}
.BgClassName
{
background-color: #3CCBDD;
}
</style>
border-color css
<style>
span { border-color: #3CCBDD; }
span { border-color: rgb(60,203,221); }
td.TdClassName
{
border-color: #3CCBDD;
}
.TagClassName
{
border-color: #3CCBDD;
}
</style>