Shades of Medium Turquoise #3BCCD7
Tints of Medium Turquoise #3BCCD7
RGB
CMYK
RGB Variations
Color information
#3BCCD7 (or 0x3BCCD7) is known color: Medium Turquoise. HEX triplet: 3B, CC and D7. RGB value is (59,204,215). Sum of RGB (Red+Green+Blue) = 59+204+215=478 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.34% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #3BCCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCD7 is #C43328. Grayscale: #A1A1A1. Windows color (decimal): -12858153 or 14142523. OLE color: 14142523.
HSL color Cylindrical-coordinate representation of color #3BCCD7: hue angle of 184.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCCD7 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 204 | 215 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.16 |
| HSL | 184.23º | 0.66% | 0.54% | - |
| HSV(B) | 184.23º | 0.73% | 0.84% | - |
| XYZ | 35.66 | 49.02 | 71.87 | - |
| YUV | 161.9 | 157.96 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 215 | 0.73 | 0.05 | 0 | 0.16 | 184.23 | 0.66 | 0.54 |
| Hex | 3B | CC | D7 | 49 | 5 | 0 | 10 | B8 | 42 | 36 |
| Octal | 73 | 314 | 327 | 111 | 5 | 0 | 20 | 270 | 102 | 66 |
| Binary | 111011 | 11001100 | 11010111 | 1001001 | 101 | 0 | 10000 | 10111000 | 1000010 | 110110 |
Color Harmonies of #3BCCD7
Complementary color
Monochromatic Colors of #3BCCD7
Black with #3BCCD7
Text Example
Text Example
White with #3BCCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCCD7; }
p { color: rgb(59,204,215); }
H1.HeaderClassName
{
color: #3BCCD7;
}
.AnyTagClassName
{
color: #3BCCD7;
}
</style>
background-color css
<style>
a { background-color: #3BCCD7; }
a { background-color: rgb(59,204,215); }
div.DivClassName
{
background-color: #3BCCD7;
}
.BgClassName
{
background-color: #3BCCD7;
}
</style>
border-color css
<style>
span { border-color: #3BCCD7; }
span { border-color: rgb(59,204,215); }
td.TdClassName
{
border-color: #3BCCD7;
}
.TagClassName
{
border-color: #3BCCD7;
}
</style>