Shades of Medium Turquoise #3BCCD9
Tints of Medium Turquoise #3BCCD9
RGB
CMYK
RGB Variations
Color information
#3BCCD9 (or 0x3BCCD9) is known color: Medium Turquoise. HEX triplet: 3B, CC and D9. RGB value is (59,204,217). Sum of RGB (Red+Green+Blue) = 59+204+217=480 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.29% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #3BCCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCD9 is #C43326. Grayscale: #A1A1A1. Windows color (decimal): -12858151 or 14273595. OLE color: 14273595.
HSL color Cylindrical-coordinate representation of color #3BCCD9: hue angle of 184.94º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCCD9 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 204 | 217 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.15 |
| HSL | 184.94º | 0.68% | 0.54% | - |
| HSV(B) | 184.94º | 0.73% | 0.85% | - |
| XYZ | 35.92 | 49.13 | 73.23 | - |
| YUV | 162.13 | 158.96 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 217 | 0.73 | 0.06 | 0 | 0.15 | 184.94 | 0.68 | 0.54 |
| Hex | 3B | CC | D9 | 49 | 6 | 0 | F | B9 | 44 | 36 |
| Octal | 73 | 314 | 331 | 111 | 6 | 0 | 17 | 271 | 104 | 66 |
| Binary | 111011 | 11001100 | 11011001 | 1001001 | 110 | 0 | 1111 | 10111001 | 1000100 | 110110 |
Color Harmonies of #3BCCD9
Complementary color
Monochromatic Colors of #3BCCD9
Black with #3BCCD9
Text Example
Text Example
White with #3BCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCCD9; }
p { color: rgb(59,204,217); }
H1.HeaderClassName
{
color: #3BCCD9;
}
.AnyTagClassName
{
color: #3BCCD9;
}
</style>
background-color css
<style>
a { background-color: #3BCCD9; }
a { background-color: rgb(59,204,217); }
div.DivClassName
{
background-color: #3BCCD9;
}
.BgClassName
{
background-color: #3BCCD9;
}
</style>
border-color css
<style>
span { border-color: #3BCCD9; }
span { border-color: rgb(59,204,217); }
td.TdClassName
{
border-color: #3BCCD9;
}
.TagClassName
{
border-color: #3BCCD9;
}
</style>