Shades of Medium Turquoise #3DBFC7
Tints of Medium Turquoise #3DBFC7
RGB
CMYK
RGB Variations
Color information
#3DBFC7 (or 0x3DBFC7) is known color: Medium Turquoise. HEX triplet: 3D, BF and C7. RGB value is (61,191,199). Sum of RGB (Red+Green+Blue) = 61+191+199=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 199 - color contains mainly: blue. Hex color #3DBFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFC7 is #C24038. Grayscale: #989898. Windows color (decimal): -12730425 or 13090621. OLE color: 13090621.
HSL color Cylindrical-coordinate representation of color #3DBFC7: hue angle of 183.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DBFC7 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 191 | 199 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.22 |
| HSL | 183.48º | 0.55% | 0.51% | - |
| HSV(B) | 183.48º | 0.69% | 0.78% | - |
| XYZ | 30.86 | 42.38 | 60.59 | - |
| YUV | 153.04 | 153.93 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 199 | 0.69 | 0.04 | 0 | 0.22 | 183.48 | 0.55 | 0.51 |
| Hex | 3D | BF | C7 | 45 | 4 | 0 | 16 | B7 | 37 | 33 |
| Octal | 75 | 277 | 307 | 105 | 4 | 0 | 26 | 267 | 67 | 63 |
| Binary | 111101 | 10111111 | 11000111 | 1000101 | 100 | 0 | 10110 | 10110111 | 110111 | 110011 |
Color Harmonies of #3DBFC7
Complementary color
Monochromatic Colors of #3DBFC7
Black with #3DBFC7
Text Example
Text Example
White with #3DBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFC7; }
p { color: rgb(61,191,199); }
H1.HeaderClassName
{
color: #3DBFC7;
}
.AnyTagClassName
{
color: #3DBFC7;
}
</style>
background-color css
<style>
a { background-color: #3DBFC7; }
a { background-color: rgb(61,191,199); }
div.DivClassName
{
background-color: #3DBFC7;
}
.BgClassName
{
background-color: #3DBFC7;
}
</style>
border-color css
<style>
span { border-color: #3DBFC7; }
span { border-color: rgb(61,191,199); }
td.TdClassName
{
border-color: #3DBFC7;
}
.TagClassName
{
border-color: #3DBFC7;
}
</style>