Shades of Medium Turquoise #3BCFD0
Tints of Medium Turquoise #3BCFD0
RGB
CMYK
RGB Variations
Color information
#3BCFD0 (or 0x3BCFD0) is known color: Medium Turquoise. HEX triplet: 3B, CF and D0. RGB value is (59,207,208). Sum of RGB (Red+Green+Blue) = 59+207+208=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #3BCFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFD0 is #C4302F. Grayscale: #A2A2A2. Windows color (decimal): -12857392 or 13684539. OLE color: 13684539.
HSL color Cylindrical-coordinate representation of color #3BCFD0: hue angle of 180.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BCFD0 is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 207 | 208 | - |
| CMYK | 0.72 | 0.00 | 0 | 0.18 |
| HSL | 180.4º | 0.61% | 0.52% | - |
| HSV(B) | 180.4º | 0.72% | 0.82% | - |
| XYZ | 35.5 | 50.11 | 67.48 | - |
| YUV | 162.86 | 153.47 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 208 | 0.72 | 0.00 | 0 | 0.18 | 180.4 | 0.61 | 0.52 |
| Hex | 3B | CF | D0 | 48 | 0 | 0 | 12 | B4 | 3D | 34 |
| Octal | 73 | 317 | 320 | 110 | 0 | 0 | 22 | 264 | 75 | 64 |
| Binary | 111011 | 11001111 | 11010000 | 1001000 | 0 | 0 | 10010 | 10110100 | 111101 | 110100 |
Color Harmonies of #3BCFD0
Complementary color
Monochromatic Colors of #3BCFD0
Black with #3BCFD0
Text Example
Text Example
White with #3BCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFD0; }
p { color: rgb(59,207,208); }
H1.HeaderClassName
{
color: #3BCFD0;
}
.AnyTagClassName
{
color: #3BCFD0;
}
</style>
background-color css
<style>
a { background-color: #3BCFD0; }
a { background-color: rgb(59,207,208); }
div.DivClassName
{
background-color: #3BCFD0;
}
.BgClassName
{
background-color: #3BCFD0;
}
</style>
border-color css
<style>
span { border-color: #3BCFD0; }
span { border-color: rgb(59,207,208); }
td.TdClassName
{
border-color: #3BCFD0;
}
.TagClassName
{
border-color: #3BCFD0;
}
</style>