Shades of Medium Turquoise #3BCADD
Tints of Medium Turquoise #3BCADD
RGB
CMYK
RGB Variations
Color information
#3BCADD (or 0x3BCADD) is known color: Medium Turquoise. HEX triplet: 3B, CA and DD. RGB value is (59,202,221). Sum of RGB (Red+Green+Blue) = 59+202+221=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BCADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCADD is #C43522. Grayscale: #A1A1A1. Windows color (decimal): -12858659 or 14535227. OLE color: 14535227.
HSL color Cylindrical-coordinate representation of color #3BCADD: hue angle of 187.04º 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 #3BCADD is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 202 | 221 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.13 |
| HSL | 187.04º | 0.7% | 0.55% | - |
| HSV(B) | 187.04º | 0.73% | 0.87% | - |
| XYZ | 35.98 | 48.39 | 75.85 | - |
| YUV | 161.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 221 | 0.73 | 0.09 | 0 | 0.13 | 187.04 | 0.7 | 0.55 |
| Hex | 3B | CA | DD | 49 | 9 | 0 | D | BB | 46 | 37 |
| Octal | 73 | 312 | 335 | 111 | 11 | 0 | 15 | 273 | 106 | 67 |
| Binary | 111011 | 11001010 | 11011101 | 1001001 | 1001 | 0 | 1101 | 10111011 | 1000110 | 110111 |
Color Harmonies of #3BCADD
Complementary color
Monochromatic Colors of #3BCADD
Black with #3BCADD
Text Example
Text Example
White with #3BCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCADD; }
p { color: rgb(59,202,221); }
H1.HeaderClassName
{
color: #3BCADD;
}
.AnyTagClassName
{
color: #3BCADD;
}
</style>
background-color css
<style>
a { background-color: #3BCADD; }
a { background-color: rgb(59,202,221); }
div.DivClassName
{
background-color: #3BCADD;
}
.BgClassName
{
background-color: #3BCADD;
}
</style>
border-color css
<style>
span { border-color: #3BCADD; }
span { border-color: rgb(59,202,221); }
td.TdClassName
{
border-color: #3BCADD;
}
.TagClassName
{
border-color: #3BCADD;
}
</style>