Shades of Medium Turquoise #3DCFBD
Tints of Medium Turquoise #3DCFBD
RGB
CMYK
RGB Variations
Color information
#3DCFBD (or 0x3DCFBD) is known color: Medium Turquoise. HEX triplet: 3D, CF and BD. RGB value is (61,207,189). Sum of RGB (Red+Green+Blue) = 61+207+189=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFBD is #C23042. Grayscale: #A1A1A1. Windows color (decimal): -12726339 or 12439357. OLE color: 12439357.
HSL color Cylindrical-coordinate representation of color #3DCFBD: hue angle of 172.6º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCFBD is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 189 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.19 |
| HSL | 172.6º | 0.6% | 0.53% | - |
| HSV(B) | 172.6º | 0.71% | 0.81% | - |
| XYZ | 33.42 | 49.29 | 55.9 | - |
| YUV | 161.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 189 | 0.71 | 0 | 0.09 | 0.19 | 172.6 | 0.6 | 0.53 |
| Hex | 3D | CF | BD | 47 | 0 | 9 | 13 | AD | 3C | 35 |
| Octal | 75 | 317 | 275 | 107 | 0 | 11 | 23 | 255 | 74 | 65 |
| Binary | 111101 | 11001111 | 10111101 | 1000111 | 0 | 1001 | 10011 | 10101101 | 111100 | 110101 |
Color Harmonies of #3DCFBD
Complementary color
Monochromatic Colors of #3DCFBD
Black with #3DCFBD
Text Example
Text Example
White with #3DCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFBD; }
p { color: rgb(61,207,189); }
H1.HeaderClassName
{
color: #3DCFBD;
}
.AnyTagClassName
{
color: #3DCFBD;
}
</style>
background-color css
<style>
a { background-color: #3DCFBD; }
a { background-color: rgb(61,207,189); }
div.DivClassName
{
background-color: #3DCFBD;
}
.BgClassName
{
background-color: #3DCFBD;
}
</style>
border-color css
<style>
span { border-color: #3DCFBD; }
span { border-color: rgb(61,207,189); }
td.TdClassName
{
border-color: #3DCFBD;
}
.TagClassName
{
border-color: #3DCFBD;
}
</style>