Shades of Medium Turquoise #3DBFB4
Tints of Medium Turquoise #3DBFB4
RGB
CMYK
RGB Variations
Color information
#3DBFB4 (or 0x3DBFB4) is known color: Medium Turquoise. HEX triplet: 3D, BF and B4. RGB value is (61,191,180). Sum of RGB (Red+Green+Blue) = 61+191+180=432 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.12% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFB4 is #C2404B. Grayscale: #969696. Windows color (decimal): -12730444 or 11845437. OLE color: 11845437.
HSL color Cylindrical-coordinate representation of color #3DBFB4: hue angle of 174.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBFB4 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 180 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.25 |
| HSL | 174.92º | 0.52% | 0.49% | - |
| HSV(B) | 174.92º | 0.68% | 0.75% | - |
| XYZ | 28.79 | 41.55 | 49.68 | - |
| YUV | 150.88 | 144.43 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 180 | 0.68 | 0 | 0.06 | 0.25 | 174.92 | 0.52 | 0.49 |
| Hex | 3D | BF | B4 | 44 | 0 | 6 | 19 | AF | 34 | 31 |
| Octal | 75 | 277 | 264 | 104 | 0 | 6 | 31 | 257 | 64 | 61 |
| Binary | 111101 | 10111111 | 10110100 | 1000100 | 0 | 110 | 11001 | 10101111 | 110100 | 110001 |
Color Harmonies of #3DBFB4
Complementary color
Monochromatic Colors of #3DBFB4
Black with #3DBFB4
Text Example
Text Example
White with #3DBFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFB4; }
p { color: rgb(61,191,180); }
H1.HeaderClassName
{
color: #3DBFB4;
}
.AnyTagClassName
{
color: #3DBFB4;
}
</style>
background-color css
<style>
a { background-color: #3DBFB4; }
a { background-color: rgb(61,191,180); }
div.DivClassName
{
background-color: #3DBFB4;
}
.BgClassName
{
background-color: #3DBFB4;
}
</style>
border-color css
<style>
span { border-color: #3DBFB4; }
span { border-color: rgb(61,191,180); }
td.TdClassName
{
border-color: #3DBFB4;
}
.TagClassName
{
border-color: #3DBFB4;
}
</style>