Shades of Medium Turquoise #3DBFB5
Tints of Medium Turquoise #3DBFB5
RGB
CMYK
RGB Variations
Color information
#3DBFB5 (or 0x3DBFB5) is known color: Medium Turquoise. HEX triplet: 3D, BF and B5. RGB value is (61,191,181). Sum of RGB (Red+Green+Blue) = 61+191+181=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFB5 is #C2404A. Grayscale: #969696. Windows color (decimal): -12730443 or 11910973. OLE color: 11910973.
HSL color Cylindrical-coordinate representation of color #3DBFB5: hue angle of 175.38º 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 #3DBFB5 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 181 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.25 |
| HSL | 175.38º | 0.52% | 0.49% | - |
| HSV(B) | 175.38º | 0.68% | 0.75% | - |
| XYZ | 28.9 | 41.59 | 50.22 | - |
| YUV | 150.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 181 | 0.68 | 0 | 0.05 | 0.25 | 175.38 | 0.52 | 0.49 |
| Hex | 3D | BF | B5 | 44 | 0 | 5 | 19 | AF | 34 | 31 |
| Octal | 75 | 277 | 265 | 104 | 0 | 5 | 31 | 257 | 64 | 61 |
| Binary | 111101 | 10111111 | 10110101 | 1000100 | 0 | 101 | 11001 | 10101111 | 110100 | 110001 |
Color Harmonies of #3DBFB5
Complementary color
Monochromatic Colors of #3DBFB5
Black with #3DBFB5
Text Example
Text Example
White with #3DBFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFB5; }
p { color: rgb(61,191,181); }
H1.HeaderClassName
{
color: #3DBFB5;
}
.AnyTagClassName
{
color: #3DBFB5;
}
</style>
background-color css
<style>
a { background-color: #3DBFB5; }
a { background-color: rgb(61,191,181); }
div.DivClassName
{
background-color: #3DBFB5;
}
.BgClassName
{
background-color: #3DBFB5;
}
</style>
border-color css
<style>
span { border-color: #3DBFB5; }
span { border-color: rgb(61,191,181); }
td.TdClassName
{
border-color: #3DBFB5;
}
.TagClassName
{
border-color: #3DBFB5;
}
</style>