Shades of Medium Turquoise #3DCFC5
Tints of Medium Turquoise #3DCFC5
RGB
CMYK
RGB Variations
Color information
#3DCFC5 (or 0x3DCFC5) is known color: Medium Turquoise. HEX triplet: 3D, CF and C5. RGB value is (61,207,197). Sum of RGB (Red+Green+Blue) = 61+207+197=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFC5 is #C2303A. Grayscale: #A2A2A2. Windows color (decimal): -12726331 or 12963645. OLE color: 12963645.
HSL color Cylindrical-coordinate representation of color #3DCFC5: hue angle of 175.89º 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 #3DCFC5 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 197 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.19 |
| HSL | 175.89º | 0.6% | 0.53% | - |
| HSV(B) | 175.89º | 0.71% | 0.81% | - |
| XYZ | 34.32 | 49.65 | 60.6 | - |
| YUV | 162.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 197 | 0.71 | 0 | 0.05 | 0.19 | 175.89 | 0.6 | 0.53 |
| Hex | 3D | CF | C5 | 47 | 0 | 5 | 13 | B0 | 3C | 35 |
| Octal | 75 | 317 | 305 | 107 | 0 | 5 | 23 | 260 | 74 | 65 |
| Binary | 111101 | 11001111 | 11000101 | 1000111 | 0 | 101 | 10011 | 10110000 | 111100 | 110101 |
Color Harmonies of #3DCFC5
Complementary color
Monochromatic Colors of #3DCFC5
Black with #3DCFC5
Text Example
Text Example
White with #3DCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFC5; }
p { color: rgb(61,207,197); }
H1.HeaderClassName
{
color: #3DCFC5;
}
.AnyTagClassName
{
color: #3DCFC5;
}
</style>
background-color css
<style>
a { background-color: #3DCFC5; }
a { background-color: rgb(61,207,197); }
div.DivClassName
{
background-color: #3DCFC5;
}
.BgClassName
{
background-color: #3DCFC5;
}
</style>
border-color css
<style>
span { border-color: #3DCFC5; }
span { border-color: rgb(61,207,197); }
td.TdClassName
{
border-color: #3DCFC5;
}
.TagClassName
{
border-color: #3DCFC5;
}
</style>